Copyright © 2006-2019 MultiMedia Soft

EncodeFormats.WMA.GetEncodingProfileProCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Retrieves the number of supported profiles for the WMA Professional format.

Each of the supported profiles can be obtained at a later time using the EncodeFormats.WMA.GetEncodingProfileProInfo 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.GetEncodingProfileProCount (

) as integer


 

[C++]

short control.EncodeFormats.WMA.GetEncodingProfileProCount (

);


 

 

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.