Click or drag to resize
SpeechEncoderInputChannels Property
Set the number of channels the input PCM stream contains. If the channels are greater than 1, then the channels will be merged.

Namespace: StreamCoders.Encoder
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual int InputChannels { get; set; }

Property Value

Type: Int32
The input channels.

Implements

ISpeechEncoderInputChannels
See Also