BASS_ChannelGetInfo

Retrieves information on a channel.

BOOL BASS_ChannelGetInfo(
    DWORD handle,
    BASS_CHANNELINFO *info
);

Parameters

handleThe channel handle... a HCHANNEL, HMUSIC, HSTREAM, or HRECORD.
infoPointer 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_HANDLEhandle is not valid.

See also

BASS_ChannelFlags, BASS_ChannelGetAttribute, BASS_ChannelGetTags, BASS_CHANNELINFO structure