The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
MediaPermissionVideo Enumeration
.NET Framework (current version)
Specifies the permission level for video.
Assembly: WindowsBase (in WindowsBase.dll)
| Member name | Description | |
|---|---|---|
| AllVideo | Permission that allows unrestricted video playback. | |
| NoVideo | Permission that denies all video playback. | |
| SafeVideo | Permission that allows safe, limited video playback, which includes denying stream access to the image file. | |
| SiteOfOriginVideo | Permission that only allows video playback of files that are located at the application's site of origin. |
Use this enumeration to set the Video property of the MediaPermission class. The default is SafeVideo.
.NET Framework
Available since 3.0
Available since 3.0
Show: