Class FMOD_DSP_BUFFER_ARRAY

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_DSP_BUFFER_ARRAY extends Struct<FMOD_DSP_BUFFER_ARRAY> implements NativeResource

 struct FMOD_DSP_BUFFER_ARRAY {
     int numbuffers;
     int * buffernumchannels;
     FMOD_CHANNELMASK * bufferchannelmask;
     float ** buffers;
     FMOD_SPEAKERMODE speakermode;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int NUMBUFFERS
      The struct member offsets.
    • BUFFERNUMCHANNELS

      public static final int BUFFERNUMCHANNELS
      The struct member offsets.
    • BUFFERCHANNELMASK

      public static final int BUFFERCHANNELMASK
      The struct member offsets.
    • BUFFERS

      public static final int BUFFERS
      The struct member offsets.
    • SPEAKERMODE

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

    • FMOD_DSP_BUFFER_ARRAY

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