Class FMOD_DSP_PARAMETER_DYNAMIC_RESPONSE

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class FMOD_DSP_PARAMETER_DYNAMIC_RESPONSE extends Struct<FMOD_DSP_PARAMETER_DYNAMIC_RESPONSE> implements NativeResource

 struct FMOD_DSP_PARAMETER_DYNAMIC_RESPONSE {
     int numchannels;
     float rms[32];
 }