The type of channel it is, which can be one of the following (see BASSChannelType), or another value if it's an add-on format (see the add-on's API).
Other channel types may be supported by add-ons, see the documentation.
BASS_CTYPE_SAMPLE | Sample channel. (HCHANNEL) |
BASS_CTYPE_STREAM | User sample stream. This can also be used as a flag to test if the channel is any kind of HSTREAM. |
BASS_CTYPE_STREAM_OGG | OGG VORBIS format file stream. |
BASS_CTYPE_STREAM_MP1 | MP1 format file stream. |
BASS_CTYPE_STREAM_MP2 | MP2 format file stream. |
BASS_CTYPE_STREAM_MP3 | MP3 format file stream. |
BASS_CTYPE_STREAM_AIFF | Audio IFF format stream. |
BASS_CTYPE_STREAM_CA | CoreAudio codec stream. Additional information is avaliable via the BASS_TAG_CACODEC tag. |
BASS_CTYPE_STREAM_MF | Media Foundation codec stream. Additional format information is avaliable from BASS_ChannelGetTags(Int32, BASSTag) (BASS_TAG_WAVEFORMAT). |
BASS_CTYPE_STREAM_WAV | WAVE format flag. This can be used to test if the channel is any kind of WAVE format (LOWORD contains the codec number). |
BASS_CTYPE_STREAM_WAV_PCM | WAV format file stream, PCM. |
BASS_CTYPE_STREAM_WAV_FLOAT | WAV format file stream, Floating-Point. |
BASS_CTYPE_MUSIC_MOD | MOD format music. This can also be used as a flag to test if the channel is any kind of HMUSIC. |
BASS_CTYPE_MUSIC_MTM | MTM format music. |
BASS_CTYPE_MUSIC_S3M | S3M format music. |
BASS_CTYPE_MUSIC_XM | XM format music. |
BASS_CTYPE_MUSIC_IT | IT format music. |
BASS_CTYPE_MUSIC_MO3 | MO3 format flag, used in combination with one of the BASS_CTYPE_MUSIC types. |
BASS_CTYPE_RECORD | Recording channel. (HRECORD) |
Namespace: Un4seen.Bass
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax
Field Value
Type: BASSChannelTypeSee Also