Click or drag to resize
OpusAudioEncoderConfigurationBitrateMode Property
Gets or sets the Bitrate Mode of the output stream.
Constant Bitrate: Hard CBR. This can cause noticeable quality degradation.
Variable Bitrate: VBR (default).

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public BitrateMode BitrateMode { get; set; }

Property Value

Type: BitrateMode
Default: Constant.
See Also