BASS_Mixer_ChannelGetMixer
Retrieves the mixer that a channel is plugged into.
HSTREAM BASS_Mixer_ChannelGetMixer(
DWORD handle
);
Parameters
| handle | The channel handle. |
Return value
If successful, the mixer stream's handle is returned, else 0 is returned. Use BASS_ErrorGetCode to get the error code.Error codes
| BASS_ERROR_HANDLE | The channel is not plugged into a mixer. |