Moves a loudness measurement to another channel or just changes its DSP priority.
Namespace: Un4seen.Bass.AddOn.Loud
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.18.0
Syntax
[DllImportAttribute("bassloud")] public static bool BASS_Loudness_SetChannel( int handle, int channel, int priority )
Parameters
- handle
- Type: SystemInt32
The loudness measurement handle. - channel
- Type: SystemInt32
The channel to move the measurement to... a HSTREAM, HMUSIC, or HRECORD - priority
- Type: SystemInt32
The new DSP priority of the measurements.
Return Value
Type: BooleanIf successful, is returned, else is returned. Use BASS_ErrorGetCode to get the error code.
Remarks
| ERROR CODE | Description |
|---|---|
| BASS_ERROR_HANDLE | handle or channel is not valid. |
See Also