Click or drag to resize
SpeechEncoderInputSampleRate Property
Gets or sets the input sample rate of the PCM stream. In all cases it must be a valid samplerate used by the selected codec.

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

Property Value

Type: Int32
The input sample rate.

Implements

ISpeechEncoderInputSampleRate
See Also