BASS_ASIO_ChannelGetInfo
Retrieves information on a channel.
BOOL BASS_ASIO_ChannelGetInfo(
BOOL input,
DWORD channel,
BASS_ASIO_CHANNELINFO *info
);
Parameters
input | Dealing with an input channel? FALSE = an output channel.
|
channel | The input/output channel number... 0 = first.
|
info | Pointer to a structure to receive the information.
|
Return value
If successful, TRUE is returned, else FALSE is returned. Use BASS_ASIO_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_INIT | BASS_ASIO_Init has not been successfully called.
|
BASS_ERROR_ILLPARAM | The input and channel combination is invalid.
|
See also
BASS_ASIO_GetInfo, BASS_ASIO_ChannelGetRate, BASS_ASIO_CHANNELINFO structure