Click or drag to resize
Mp3AudioEncoderConfigurationBitrateMode Property
Gets or sets the Bitrate Mode of the output stream.
Constant Bitrate: A Constant number of output bits per time unit.
Variable Bitrate: May allocate more/less bitrate depending on the complexity of the input stream.

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