Default constructor for the MixerChannel class. To create a new channel, use one
of the static methods of this class.
Declaration Syntax
C# | Visual Basic |
public MixerChannel( int handle, ChannelType channelType, bool isDecode, bool isFloatingPoint )
Public Sub New ( _ handle As Integer, _ channelType As ChannelType, _ isDecode As Boolean, _ isFloatingPoint As Boolean _ )
Parameters
- handle (Int32)
- Handle to the BASS.NET channel
- channelType (ChannelType)
- Type of channel (playback, FX, etc.)
- isDecode (Boolean)
- Indicates if the channel is decoding
- isFloatingPoint (Boolean)
- Indicates if the channel is using floating point