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.EncoderAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public BitrateMode BitrateMode { get; set; }
Public Property BitrateMode As BitrateMode
Get
Set
public:
property BitrateMode BitrateMode {
BitrateMode get ();
void set (BitrateMode value);
}
member BitrateMode : BitrateMode with get, set
Property Value
Type:
BitrateMode
Default: Constant.
See Also