Share via


MediaStreamSource.MediaProtectionManager 속성

정의

미디어를 보호하는 데 사용되는 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/mediaprotectionmanager_properties.md) MediaStreamSource 는 콘텐츠 보호 시스템을 초기화할 때 다음 선택적 속성의 값을 사용합니다.

적용 대상