The encoding mode used for AAC and MP4 format during recording, exporting or CD ripping sessions.
Supported values are the following:
Mnemonic Value
|
Numeric value
|
Meaning
|
AAC_ENCODE_VBR_QUALITY
|
0
|
Encode using the Variable Bitrate (VBR) quality specified inside the EncodeFormats.AAC.Quality property.
|
AAC_ENCODE_CUSTOM
|
1
|
Encode using the custom string defined inside the EncodeFormats.AAC.CustomString property.
|
This property is used only iif the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_AAC.
For further details about encoding in AAC and MP4 format refer to the EncodeAAC class section.
For further information about available encoding formats see the EncodeFormatsMan class.
|