BASS_Encode_GetChannel

Retrieves the channel that a loudness measurement is set on.

DWORD BASS_Loudness_GetChannel(
    HLOUDNESS handle
);

Parameters

handleThe loudness measurement.

Return value

If successful, the loudness measurement's channel handle is returned, else 0 is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLEhandle is not valid.

See also

BASS_Loudness_SetChannel, BASS_Loudness_Start