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 サンプル を参照してください。

適用対象