BASS.NET API for the Un4seen BASS Audio Library

BaseEncoder Constructor

BASS.NET API for the Un4seen BASS Audio Library
Default constructor, which already evaluates the channel handle and evaluates the ChannelBitwidth.

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public BaseEncoder(
	int channel
)

Parameters

channel
Type: SystemInt32
The channel handle... a HSTREAM, HMUSIC, or HRECORD.
Remarks

If you pass 0 (zero) as a channel handle, all members are initialized with some default values. You can change the channel handle by assigning a new value to the ChannelHandle property. A channel handle can only be changed, if the encoder is not active (see IsActive).
See Also

Reference