Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.AAC.GetEncodeModesCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the number of encoding modes available for the AAC and MP4 format.

The friendly description of each encoding mode can be obtained using the EncodeFormats.AAC.GetEncodeModeDesc method.

Supported encoding modes are described inside the EncodeFormats.AAC.EncodeMode property.

 

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.

 

Syntax

 

[Visual Basic]

Public Function GetEncodeModesCount (

) as Int16


 

[C#]

public Int16 GetEncodeModesCount (

);


 

[C++]

public: Int16 GetEncodeModesCount (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred, check the LastError property value in order to see the error code meaning

> 0

The number of supported formats.