BASS.NET API for the Un4seen BASS Audio Library

IBaseEncoderChannelHandle Property

BASS.NET API for the Un4seen BASS Audio Library
This property should get or sets the channel handle which will be used to create the broadcast encoder class.

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

int ChannelHandle { get; set; }

Property Value

Type: Int32
Remarks

Only set this member to a new channel, if the encoder is not active (otherwise the channel will not be changed)!
See Also

Reference