MPfm: Music Player for Musicians - Developer Documentation - 0.6.0.0
Channel Constructor (handle, channelType, isDecode, isFloatingPoint)
NamespacesMPfm.Sound.BassNetWrapperChannelChannel(Int32, ChannelType, Boolean, Boolean)
Default constructor for the Channel class. To create a new channel, use one of the static methods of this class.
Declaration Syntax
C#Visual Basic
public Channel(
	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

Assembly: MPfm.Sound (Module: MPfm.Sound) Version: 0.5.3.0 (0.5.3.0)