Windows Media Player 11 SDK Controls.getAudioLanguageDescription 

Windows Media Player SDK banner art

Previous Next

Controls.getAudioLanguageDescription

The getAudioLanguageDescription method retrieves the description for the audio language corresponding to the specified one-based index.

Syntax

  

Parameters

index

Number (long) specifying the one-based audio language index.

Return Values

This method returns a String value.

Remarks

For Windows Media-based content, properties and methods related to language selection only support a single output.

Use the audioLanguageCount property to get the number of supported audio languages, and then access an audio language individually by using a one-based index.

Windows Media Player 10 Mobile: This method is not supported.

Requirements

Version: Windows Media Player 9 Series or later.

Library: Use wmp.dll.

See Also

Previous Next