Class FMOD_DSP_METERING_INFO

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_DSP_METERING_INFO extends Struct<FMOD_DSP_METERING_INFO> implements NativeResource

 struct FMOD_DSP_METERING_INFO {
     int numsamples;
     float peaklevel[32];
     float rmslevel[32];
     short numchannels;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int NUMSAMPLES
      The struct member offsets.
    • PEAKLEVEL

      public static final int PEAKLEVEL
      The struct member offsets.
    • RMSLEVEL

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

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

    • FMOD_DSP_METERING_INFO

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