BASSmix

BASS_Mixer_ChannelRemove


Unplugs a channel from a mixer.

BOOL BASS_Mixer_ChannelRemove(
    DWORD handle
);

Parameters

handleThe handle of the channel to unplug.

Return value

If successful, then TRUE is returned, else FALSE is returned. Use BASS_ErrorGetCode to get the error code.

Error codes

BASS_ERROR_HANDLEThe channel is not plugged into a mixer.

See also

BASS_Mixer_StreamAddChannel, BASS_Mixer_ChannelGetMixer