Copyright © 2008-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 if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_AAC_PLUS.

 

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.