Used with BASS_ASIO_ChannelGetInfo to retrieve information on a channel.
typedef struct { DWORD group; DWORD format; char name[32]; } BASS_ASIO_INFO;
group | The channel's group. | ||||||||||||
format | The channel's sample format, one of the following.
| ||||||||||||
name | The name of the channel. |