Class FMOD_STUDIO_MEMORY_USAGE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_STUDIO_MEMORY_USAGE extends Struct<FMOD_STUDIO_MEMORY_USAGE> implements NativeResource

 struct FMOD_STUDIO_MEMORY_USAGE {
     int exclusive;
     int inclusive;
     int sampledata;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int EXCLUSIVE
      The struct member offsets.
    • INCLUSIVE

      public static final int INCLUSIVE
      The struct member offsets.
    • SAMPLEDATA

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

    • FMOD_STUDIO_MEMORY_USAGE

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