Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.CAF.GetEncodeModesCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the number of encoding modes available for the Core Audio File format.

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

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

 

For further details about encoding in Core Audio File format refer to the CAF object section.

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

 

 

Syntax

 

[Visual Basic]

control.EncodeFormats.CAF.GetEncodeModesCount (

) as integer


 

[C++]

short control.EncodeFormats.CAF.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 method call was successful.