Class FMOD_DSP_PARAMETER_DESC_FLOAT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_DSP_PARAMETER_DESC_FLOAT extends Struct<FMOD_DSP_PARAMETER_DESC_FLOAT> implements NativeResource

 struct FMOD_DSP_PARAMETER_DESC_FLOAT {
     float min;
     float max;
     float defaultval;
     {@link FMOD_DSP_PARAMETER_FLOAT_MAPPING FMOD_DSP_PARAMETER_FLOAT_MAPPING} mapping;
 }