ID3D11VideoDevice::GetVideoDecoderProfile 方法 (d3d11.h)
获取驱动程序支持的配置文件。
语法
HRESULT GetVideoDecoderProfile(
[in] UINT Index,
[out] GUID *pDecoderProfile
);
参数
[in] Index
配置文件的从零开始的索引。 若要获取驱动程序支持的配置文件数,请调用 ID3D11VideoDevice::GetVideoDecoderProfileCount。
[out] pDecoderProfile
接收标识配置文件的 GUID。
返回值
如果该方法成功,则返回 S_OK。 否则,将返回 HRESULT 错误代码。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 8 [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2012 [桌面应用 |UWP 应用] |
目标平台 | Windows |
标头 | d3d11.h |