Class FMOD_DSP_PARAMETER_DESC_INT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_DSP_PARAMETER_DESC_INT extends Struct<FMOD_DSP_PARAMETER_DESC_INT> implements NativeResource

 struct FMOD_DSP_PARAMETER_DESC_INT {
     int min;
     int max;
     int defaultval;
     FMOD_BOOL goestoinf;
     char const * const * valuenames;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int MIN
      The struct member offsets.
    • MAX

      public static final int MAX
      The struct member offsets.
    • DEFAULTVAL

      public static final int DEFAULTVAL
      The struct member offsets.
    • GOESTOINF

      public static final int GOESTOINF
      The struct member offsets.
    • VALUENAMES

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

    • FMOD_DSP_PARAMETER_DESC_INT

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