ID3D11CryptoSession::GetDecoderProfile 方法 (d3d11.h)

获取会话的解码配置文件。

语法

void GetDecoderProfile(
  [out] GUID *pDecoderProfile
);

参数

[out] pDecoderProfile

接收解码配置文件。 有关可能值的列表,请参阅 ID3D11VideoDevice::GetVideoDecoderProfile

返回值

备注

应用程序在创建会话时指定配置文件。

要求

要求
最低受支持的客户端 Windows 8 [桌面应用 |UWP 应用]
最低受支持的服务器 Windows Server 2012 [桌面应用 |UWP 应用]
目标平台 Windows
标头 d3d11.h

另请参阅

ID3D11CryptoSession