Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.AACPlus.CBR property

Previous pageReturn to chapter overviewNext page

Type

Long for Visual Basic

long for Visual C++

 

 

Remarks

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+ refer to the AACPlus object section.

For further information about available encoding formats see the EncodeFormats object.