Suspends processing of a channel (or all channels).
BOOL BASS_ASIO_ChannelPause(
BOOL input,
DWORD channel
);
| input | Dealing with an input channel? FALSE = an output channel. |
| channel | The input/output channel number... 0 = first, -1 = all channels. |
| BASS_ERROR_INIT | BASS_ASIO_Init has not been successfully called. |
| BASS_ERROR_ILLPARAM | The input and channel combination is invalid. |
Use BASS_ASIO_ChannelReset with BASS_ASIO_RESET_PAUSE to resume processing of a paused channel.