Firelight Technologies FMOD Studio API
DSP metering info used for retrieving metering info
typedef struct {
int numsamples;
float peaklevel[32];
float rmslevel[32];
short numchannels;
} FMOD_DSP_METERING_INFO;
numsamples
[r] The number of samples considered for this metering info.
peaklevel
[r] The peak level per channel.
rmslevel
[r] The rms level per channel.
numchannels
[r] Number of channels.
Members marked with [r] mean the variable is modified by FMOD and is for reading purposes only. Do not change this value.
Members marked with [w] mean the variable can be written to. The user can set the value.
Version 1.03.06 Built on Apr 17, 2014