Share via


Windows Media Player 11 SDK IWMPControls3.getAudioLanguageDescription (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPControls3.getAudioLanguageDescription (VB and C#)

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

  

Parameters

lIndex

A System.Int32 that is the one-based audio language index.

Return Value

A System.String that is the description of the audio language.

Remarks

For Windows Media–based content, properties and methods related to language selection support only 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.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

Assembly: Interop.WMPLib.dll (automatically generated by Visual Studio)

See Also

Previous Next