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