IMFContentDecryptionModuleFactory::CreateContentDecryptionModuleAccess 메서드(mfcontentdecryptionmodule.h)
IMFContentDecryptionModuleAccess 인터페이스의 instance 만듭니다.
구문
HRESULT CreateContentDecryptionModuleAccess(
LPCWSTR keySystem,
IPropertyStore **configurations,
DWORD numConfigurations,
IMFContentDecryptionModuleAccess **contentDecryptionModuleAccess
);
매개 변수
keySystem
인터페이스가 만들어지는 키 시스템을 식별하는 LPWSTR 입니다.
configurations
CDM에 대한 구성 옵션을 포함하는 IPropertyStore 개체입니다.
numConfigurations
구성 매개 변수의 속성 수를 지정하는 DWORD입니다.
contentDecryptionModuleAccess
생성된 IMFContentDecryptionModuleAccess 개체를 받습니다.
반환 값
성공하면 S_OK를 반환합니다.
설명
IMFContentDecryptionModuleAccess 는 암호화된 미디어 확장 사양의 MediaKeySystemAccess.getConfiguration을 기반으로 합니다.
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10 버전 2004(10.0; 빌드 19041) |
지원되는 최소 서버 | Windows Server 버전 2004(10.0; 빌드 19041) |
머리글 | mfcontentdecryptionmodule.h |