Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.SVX.GetEncodeModesCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the number of encoding modes available for the Commodore Amiga IFF / SVX format.

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

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

 

For further details about encoding in Commodore Amiga IFF / SVX format refer to the EncodeSVX 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.