Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.OPUS.Bitrate property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property Bitrate As Int32


 

[C#]

public Int32 Bitrate {get; set;}


 

[C++]

public: __property Int32 get_Bitrate();

public: __property void set_Bitrate(Int32);


 

 

Remarks

Chooses the bitrate (expressed in bps) to encode at in OPUS format.

 

This property is used only in the following situations:

During a recording session if the EncodeFormats.ForRecording property is set to ENCODING_FORMAT_OPUS and the EncodeFormats.OPUS.EncodeMode property is set to a value different from OPUS_ENCODE_CUSTOM.

During a CD ripping session if the EncodeFormats.ForCdRipping property is set to ENCODING_FORMAT_OPUS and the EncodeFormats.OPUS.EncodeMode property is set to a value different from OPUS_ENCODE_CUSTOM.

During an exporting session if the EncodeFormats.ForExporting property is set to ENCODING_FORMAT_OPUS and the EncodeFormats.OPUS.EncodeMode property is set to a value different from OPUS_ENCODE_CUSTOM.

 

This property is the same as entering either the --bitrate <kbps> setting inside the Appendix E - OpusEnc command line.

 

For further details about encoding in OPUS format refer to the EncodeOPUS class section.

For further information about available encoding formats see the EncodeFormatsMan class.