Retrieves information on a channel.
BOOL BASS_ChannelGetInfo(
DWORD handle,
BASS_CHANNELINFO *info
);
| handle | The channel handle... a HCHANNEL, HMUSIC, HSTREAM, or HRECORD. |
| info | Pointer to structure to receive the channel information. |
| BASS_ERROR_HANDLE | handle is not valid. |