MediaProtectionPMPServer(IPropertySet) 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 속성을 사용하여 MediaProtectionPMPServer 클래스의 새 instance 초기화합니다.
public:
MediaProtectionPMPServer(IPropertySet ^ pProperties);
MediaProtectionPMPServer(IPropertySet const& pProperties);
public MediaProtectionPMPServer(IPropertySet pProperties);
function MediaProtectionPMPServer(pProperties)
Public Sub New (pProperties As IPropertySet)
매개 변수
- pProperties
- IPropertySet
서버를 초기화하는 데 사용되는 속성 집합입니다.
설명
MediaProtectionPMPServer 는 다음 속성을 지원합니다.
속성 | Description |
---|---|
"Windows.Media.Protection.MediaProtectionSystemId" | 앱에서 사용할 DRM 시스템을 나타내는 GUID입니다. 이렇게 하면 시스템에서 하드웨어 DRM이 디바이스에서 지원되는지 여부를 확인할 수 있습니다. |
Windows.Media.Protection.UseSoftwareProtectionLayer | 이를 true로 설정하면 현재 디바이스에서 하드웨어 DRM을 사용할 수 있더라도 시스템에 소프트웨어 DRM을 사용하도록 지시합니다. |
Windows.Media.Protection.PMPStoreContext | CDM(Store Content Decryption Module) 개체를 구현할 때 Store CDM은 IMFContentDecryptionModuleAccess::CreateContentDecryptionModule에서 MF_CONTENTDECRYPTIONMODULE_PMPSTORECONTEXT 속성의 복사본을 찾아 만들어야 합니다. Store CDM 개체가 Store CDM 이진 파일에 정의된 개체에 대해 CreateObjectByCLSID를 지원하는 MediaProtectionPMPServer를 만들려면 이 속성을 전달해야 합니다. |