BASS_ChannelGetInfo
Retrieves information on a channel.
BOOL BASS_ChannelGetInfo(
DWORD handle,
BASS_CHANNELINFO *info
);
Parameters
handle | The channel handle... a HCHANNEL, HMUSIC, HSTREAM, or HRECORD.
|
info | Pointer to structure to receive the channel information.
|
Return value
If successful, TRUE is returned, else FALSE is returned. Use
BASS_ErrorGetCode to get the error code.
Error codes
BASS_ERROR_HANDLE | handle is not valid.
|
See also
BASS_ChannelFlags,
BASS_ChannelGetAttribute,
BASS_ChannelGetTags,
BASS_CHANNELINFO structure