MediaPlayer.IsProtected 属性

定义

获取一个布尔值,该值指示内容是否受数字版权管理系统的保护。

注意

MediaPlayer.IsProtected 可能在Windows 10版本 1607 之后更改或不可用。 请改用 MediaPlayer.PlaybackSession 属性获取 MediaPlaybackSession 对象,然后使用 IsProtected 属性。

public:
 property bool IsProtected { bool get(); };
bool IsProtected();
/// [get: Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.IsProtected instead of IsProtected.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
bool IsProtected();
public bool IsProtected { get; }
public bool IsProtected { [Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.IsProtected instead of IsProtected.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = mediaPlayer.isProtected;
Public ReadOnly Property IsProtected As Boolean

属性值

Boolean

bool

如果内容受保护,则为 True,否则为 false。

属性

适用于