MediaElement.ProtectionManager 属性

定义

获取或设置与此 MediaElement 关联的媒体内容保护的专用对象。

public:
 property MediaProtectionManager ^ ProtectionManager { MediaProtectionManager ^ get(); void set(MediaProtectionManager ^ value); };
MediaProtectionManager ProtectionManager();

void ProtectionManager(MediaProtectionManager value);
public MediaProtectionManager ProtectionManager { get; set; }
var mediaProtectionManager = mediaElement.protectionManager;
mediaElement.protectionManager = mediaProtectionManager;
Public Property ProtectionManager As MediaProtectionManager

属性值

媒体内容保护的专用对象。

注解

有关使用 ProtectionManager 的示例,请参阅 PlayReady 示例

适用于