다음을 통해 공유


MediaPlayer.ProtectionManager 속성

정의

미디어의 콘텐츠 보호 관리자를 가져오거나 설정합니다.

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

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

속성 값

미디어의 콘텐츠 보호 관리자입니다.

적용 대상