Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
.gif)
| 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 |