BASS_LEVEL_MONO | Get a mono level. If neither this or the BASS_LEVEL_STEREO flag is used, then a separate level is retrieved for each channel.
|
BASS_LEVEL_STEREO | Get a stereo level. The left level will be from the even channels, and the right level will be from the odd channels. If there are an odd number of channels then the left and right levels will both include all channels.
|
BASS_LEVEL_RMS | Get the RMS level. Otherwise the peak level.
|
BASS_LEVEL_VOLPAN | Apply the current BASS_ATTRIB_VOL and BASS_ATTRIB_PAN values and volume and pan envelopes to the level reading. Due to buffering, these values might not be the same as they were when the currently heard data was mixed.
|