Defines the types of channels found in the BASS.NET library.
Declaration Syntax
C# | Visual Basic |
public enum ChannelType
Public Enumeration ChannelType
Members
Member | Description |
---|---|
Playback |
Playback channel (outputs to the sound card direcly).
|
FX |
FX channel (can output to the sound card directly or be a decode channel).
|
Decode |
Decode channel.
|
Memory |
Memory channel.
|