Class FMOD_STUDIO_BANK_INFO

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<FMOD_STUDIO_BANK_INFO>
org.lwjgl.fmod.FMOD_STUDIO_BANK_INFO
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class FMOD_STUDIO_BANK_INFO extends org.lwjgl.system.Struct<FMOD_STUDIO_BANK_INFO> implements org.lwjgl.system.NativeResource

Layout


 struct FMOD_STUDIO_BANK_INFO {
     int size;
     void * userdata;
     int userdatalength;
     FMOD_FILE_OPEN_CALLBACK opencallback;
     FMOD_FILE_CLOSE_CALLBACK closecallback;
     FMOD_FILE_READ_CALLBACK readcallback;
     FMOD_FILE_SEEK_CALLBACK seekcallback;
 }
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • SIZE

      public static final int SIZE
      The struct member offsets.
    • USERDATA

      public static final int USERDATA
      The struct member offsets.
    • USERDATALENGTH

      public static final int USERDATALENGTH
      The struct member offsets.
    • OPENCALLBACK

      public static final int OPENCALLBACK
      The struct member offsets.
    • CLOSECALLBACK

      public static final int CLOSECALLBACK
      The struct member offsets.
    • READCALLBACK

      public static final int READCALLBACK
      The struct member offsets.
    • SEEKCALLBACK

      public static final int SEEKCALLBACK
      The struct member offsets.
  • Constructor Details

    • FMOD_STUDIO_BANK_INFO

      public FMOD_STUDIO_BANK_INFO(ByteBuffer container)
      Creates a FMOD_STUDIO_BANK_INFO instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details