IWMPControls3 interface (wmp.h)
[The feature associated with this page, Windows Media Player SDK, is a legacy feature. It has been superseded by MediaPlayer. MediaPlayer has been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer instead of Windows Media Player SDK, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]
The IWMPControls3 interface provides methods that supplement the IWMPControls2 interface.
Inheritance
The IWMPControls3 interface inherits from IWMPControls2. IWMPControls3 also has these types of members:
Methods
The IWMPControls3 interface has these methods.
IWMPControls3::get_audioLanguageCount The get_audioLanguageCount method retrieves the count of supported audio languages. |
IWMPControls3::get_currentAudioLanguage The get_currentAudioLanguage method retrieves the locale identifier (LCID) of the audio language for playback. |
IWMPControls3::get_currentAudioLanguageIndex The get_currentAudioLanguageIndex method retrieves the one-based index that corresponds to the audio language for playback. |
IWMPControls3::get_currentPositionTimecode The get_currentPositionTimecode method retrieves the current position in the current media item using a time code format. This method currently supports SMPTE time code. |
IWMPControls3::getAudioLanguageDescription The getAudioLanguageDescription method retrieves the description for the audio language corresponding to the specified one-based index. |
IWMPControls3::getAudioLanguageID The getAudioLanguageID method retrieves the locale identifier (LCID) for a specified audio language index. |
IWMPControls3::getLanguageName The getLanguageName method retrieves the name of the audio language with the specified locale identifier (LCID). |
IWMPControls3::put_currentAudioLanguage The put_currentAudioLanguage method specifies the locale identifier (LCID) of the audio language for playback. |
IWMPControls3::put_currentAudioLanguageIndex The put_currentAudioLanguageIndex method specifies the one-based index that corresponds to the audio language for playback. |
IWMPControls3::put_currentPositionTimecode The put_currentPositionTimecode method specifies the current position in the current media item using a time code format. This method currently supports SMPTE time code. |
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | wmp.h |