Class FMOD_DSP_PARAMETER_FFT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_DSP_PARAMETER_FFT extends Struct<FMOD_DSP_PARAMETER_FFT> implements NativeResource

 struct FMOD_DSP_PARAMETER_FFT {
     int length;
     int numchannels;
     float * spectrum[32];
 }
  • Field Details

    • SIZEOF

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

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

      public static final int LENGTH
      The struct member offsets.
    • NUMCHANNELS

      public static final int NUMCHANNELS
      The struct member offsets.
    • SPECTRUM

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

    • FMOD_DSP_PARAMETER_FFT

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