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 |