Share via


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

Windows Media Player SDK banner art

Previous Next

IWMPControls3 Interface (VB and C#)

Provides properties and methods for audio language selection and support that supplement the IWMPControls2 interface.

In addition to the properties and methods inherited from IWMPControls2, the IWMPControls3 interface exposes the following properties.

Property Description
audioLanguageCount Gets the count of supported audio languages.
currentAudioLanguage Gets or sets the locale identifier (LCID) of the audio language for playback.
currentAudioLanguageIndex Gets or sets the one-based index that corresponds to the audio language for playback.
currentPositionTimecode Gets or sets the current position in the current media item using a time code format. This property currently supports SMPTE time code.

The IWMPControls3 interface exposes the following methods.

Method Description
getAudioLanguageDescription Returns the description for the audio language corresponding to the specified one-based index.
getAudioLanguageID Returns the LCID for a specified audio language index.
getLanguageName Returns the name of the audio language with the specified LCID.

Get an IWMPControls3 interface by casting the value returned by the AxWindowsMediaPlayer.Ctlcontrols property.

See Also

Previous Next