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

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

 

Syntax

 

[Visual Basic]

Public Function GetEncodingProfileCount (

) as Int16


 

[C#]

public Int16 GetEncodingProfileCount (

);


 

[C++]

public: Int16 GetEncodingProfileCount (

);


 

 

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.