MFCreateContentDecryptorContext 함수(mfidl.h)
지정된 미디어 보호 시스템에 대한 IMFContentDecryptorContext 인터페이스를 만듭니다.
구문
HRESULT MFCreateContentDecryptorContext(
[in] REFGUID guidMediaProtectionSystemId,
[in, optional] IMFDXGIDeviceManager *pD3DManager,
[in] IMFContentProtectionDevice *pContentProtectionDevice,
[out] IMFContentDecryptorContext **ppContentDecryptorContext
);
매개 변수
[in] guidMediaProtectionSystemId
IMFContentDecryptorContext 인터페이스를 만들려는 미디어 보호 시스템의 식별자입니다.
[in, optional] pD3DManager
Direct3D 11 디바이스를 공유하는 데 사용할 IMFDXGIDeviceManager 인터페이스에 대한 포인터입니다.
[in] pContentProtectionDevice
지정된 미디어 보호 시스템에 대한 IMFContentProtectionDevice 인터페이스입니다.
[out] ppContentDecryptorContext
생성된 IMFContentDecryptorContext 인터페이스에 대한 포인터입니다 .
반환 값
없음
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 10 [데스크톱 앱 | UWP 앱] |
지원되는 최소 서버 | Windows Server 2016 [데스크톱 앱 | UWP 앱] |
대상 플랫폼 | Windows |
헤더 | mfidl.h |
라이브러리 | Mfplat.lib |
DLL | Mfplat.dll |