Windows Media Player 11 SDK IWMPSettings2.mediaAccessRights (VB and C#) 

Windows Media Player SDK banner art

Previous Next

IWMPSettings2.mediaAccessRights (VB and C#)

The mediaAccessRights property gets a value indicating the permissions currently granted for library access.

  

Property Value

A System.String that is one of the following values.

Value Description
none Current item access rights only.
read Read access rights only.
full Read/Write access rights.

Remarks

A Web page must first request permission from the user to read information from or write data to the library. This means that certain methods, properties, and events will be inaccessible from code if the appropriate access rights have not been granted. To obtain access rights, the application calls IWMPSettings2.get_requestMediaAccessRights, passing a parameter that specifies the desired access rights level.

Applications running on the user's computer always have full access rights.

Requirements

Version: Windows Media Player 9 Series or later

Namespace: WMPLib

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

See Also

Previous Next