Click or drag to resize
SpeechEncoderOutputBitrate Property
Gets or sets the output bitrate of the codec. Default: 64000.

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

Property Value

Type: Int32
The output bitrate.

Implements

ISpeechEncoderOutputBitrate
See Also