Class FMOD_STUDIO_ADVANCEDSETTINGS

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_STUDIO_ADVANCEDSETTINGS extends Struct<FMOD_STUDIO_ADVANCEDSETTINGS> implements NativeResource
struct FMOD_STUDIO_ADVANCEDSETTINGS {
    int cbsize;
    unsigned int commandqueuesize;
    unsigned int handleinitialsize;
    int studioupdateperiod;
    int idlesampledatapoolsize;
    unsigned int streamingscheduledelay;
    char const * encryptionkey;
}
  • Field Details

    • SIZEOF

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

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

      public static final int CBSIZE
      The struct member offsets.
    • COMMANDQUEUESIZE

      public static final int COMMANDQUEUESIZE
      The struct member offsets.
    • HANDLEINITIALSIZE

      public static final int HANDLEINITIALSIZE
      The struct member offsets.
    • STUDIOUPDATEPERIOD

      public static final int STUDIOUPDATEPERIOD
      The struct member offsets.
    • IDLESAMPLEDATAPOOLSIZE

      public static final int IDLESAMPLEDATAPOOLSIZE
      The struct member offsets.
    • STREAMINGSCHEDULEDELAY

      public static final int STREAMINGSCHEDULEDELAY
      The struct member offsets.
    • ENCRYPTIONKEY

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

    • FMOD_STUDIO_ADVANCEDSETTINGS

      public FMOD_STUDIO_ADVANCEDSETTINGS(ByteBuffer container)
      Creates a FMOD_STUDIO_ADVANCEDSETTINGS 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