BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderChannelHandle Property

BASS.NET API for the Un4seen BASS Audio Library
Gets or Sets the channel handle which is used to create the broadcast encoder class.

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

public int ChannelHandle { get; set; }

Property Value

Type: Int32

Implements

IBaseEncoderChannelHandle
Remarks

This allows you to move the encoder to another channel on the fly.

The new channel must have the same sample format (rate, channels, resolution) as the old channel, as that is what the encoder is expecting!

See Also

Reference