Share via


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 範例

適用於