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.EncoderAssembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual int InputChannels { get; set; }
Public Overridable Property InputChannels As Integer
Get
Set
public:
virtual property int InputChannels {
int get ();
void set (int value);
}
abstract InputChannels : int with get, set
override InputChannels : int with get, set
Property Value
Type:
Int32
The input channels.
Implements
ISpeechEncoderInputChannels
See Also