Windows Media Player 11 SDK IWMPSettings2 Interface (VB and C#)
Previous | Next |
IWMPSettings2 Interface (VB and C#)
Provides properties and a method that supplement the IWMPSettings interface.
In addition to the properties and methods inherited from IWMPSettings, the IWMPSettings2 interface exposes the following properties.
Property | Description |
defaultAudioLanguage | Gets the locale identifier (LCID) of the default audio language. |
mediaAccessRights | Gets a value indicating the permissions currently granted for library access. |
The IWMPSettings2 interface exposes the following method.
Method | Description |
requestMediaAccessRights | Requests a specified level of access to the library. |
Get an IWMPSettings2 interface by casting the value returned by the AxWindowsMediaPlayer.settings property.
See Also
Previous | Next |