ID3D11VideoDevice::GetVideoDecoderProfileCount 方法 (d3d11.h)

获取驱动程序支持的配置文件数。

语法

UINT GetVideoDecoderProfileCount();

返回值

返回配置文件数。

备注

若要枚举配置文件,请调用 ID3D11VideoDevice::GetVideoDecoderProfile

要求

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

另请参阅

ID3D11VideoDevice