Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.AACPlus.CBR property

Previous pageReturn to chapter overviewNext page

Type

[Visual Basic]

Public Property CBR As float


 

[C#]

public float CBR {get; set;}


 

[C++]

public: __property float get_CBR();

public: __property void set_CBR(float);


 

 

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+ format refer to the EncodeAACPlus class section.

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