The Constant Bitrate (CBR), expressed in bits per second (bps), used for AAC+ format.
This property is used only in the following situations:
During a recording session if the EncodeFormat.ForRecording property is set to ENCODING_FORMAT_AAC_PLUS (for further details see the How to perform a recording session section)..
During a CD ripping session if the EncodeFormat.ForCdRipping property is set to ENCODING_FORMAT_AAC_PLUS (for further details see the How to perform a CD ripping session section).
During an exporting session if the EncodeFormat.ForExporting property is set to ENCODING_FORMAT_AAC_PLUS (for further details see the How to export a recorded sound section).
This property is the same as entering either the --bitrate <n> and --bitrate-mode 0 setting inside the Appendix F - FdkAac command line
For further details about encoding in AAC+ format refer to the EncodeAACPlus class section.
For further information about available encoding formats see the EncodeFormatsMan class.
|