Copyright © 2008-2019 MultiMedia Soft

EncodeFormats.WMA.GetEncodingProfileCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the number of supported WMA Standard profiles.

Each of the supported profiles can be obtained at a later time using the EncodeFormats.WMA.GetEncodingProfileInfo method.

 

For further details about encoding in WMA format refer to the WMA object section.

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

 

 

Syntax

 

[Visual Basic]

control.EncodeFormats.WMA.GetEncodingProfileCount (

) as integer


 

[C++]

short control.EncodeFormats.WMA.GetEncodingProfileCount (

);


 

 

Return value

 

Value

Meaning

 

 

Negative value

An error occurred. Check the LastError property value in order to see the last error.

> 0

The number of supported WMA profiles.