MediaStreamSource.MediaProtectionManager 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
미디어를 보호하는 데 사용되는 DRM(디지털 권한 관리)MediaProtectionManager 를 가져오거나 설정합니다.
public:
property MediaProtectionManager ^ MediaProtectionManager { MediaProtectionManager ^ get(); void set(MediaProtectionManager ^ value); };
MediaProtectionManager MediaProtectionManager();
void MediaProtectionManager(MediaProtectionManager value);
public MediaProtectionManager MediaProtectionManager { get; set; }
var mediaProtectionManager = mediaStreamSource.mediaProtectionManager;
mediaStreamSource.mediaProtectionManager = mediaProtectionManager;
Public Property MediaProtectionManager As MediaProtectionManager
속성 값
미디어 보호 관리자입니다.
설명
스트림이 보호되는 경우 애플리케이션은 MediaStreamSource에서 MediaProtectionManager 속성을 설정해야 합니다.
MediaStreamSource를 사용하려면 MediaProtectionManager.Properties에서 반환된 PropertySet 개체에 다음 속성이 있어야 합니다.
- Windows.Media.Protection.MediaProtectionSystemId
- [Windows.Media.Protection.MediaProtectionSystemIdMapping
](.. /windows.media.protection/mediaprotectionmanager_properties.md) MediaStreamSource 는 콘텐츠 보호 시스템을 초기화할 때 다음 선택적 속성의 값을 사용합니다.