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.
|