Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.AAC.EncodeMode property

Previous pageReturn to chapter overviewNext page

Type

enumAacEncodeModes for Visual Basic

short for Visual C++

 

 

Remarks

The encoding mode used for AAC and MP4 format during exporting 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 if the EncodeFormats.FormatToUse property is set to ENCODING_FORMAT_AAC

 

For further details about encoding in AAC and MP4 format refer to the AAC object section.

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