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 EncodeWMA class section.

For further information about available encoding formats see the EncodeFormatsMan class.

 

Syntax

 

[Visual Basic]

Public Function GetEncodingProfileProCount (

) as Int16


 

[C#]

public Int16 GetEncodingProfileProCount (

);


 

[C++]

public: Int16 GetEncodingProfileProCount (

);


 

 

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 WMA profiles.