ID3D11VideoDevice::GetVideoDecoderProfileCount メソッド (d3d11.h)

ドライバーでサポートされているプロファイルの数を取得します。

構文

UINT GetVideoDecoderProfileCount();

戻り値

プロファイルの数を返します。

解説

プロファイルを列挙するには、 ID3D11VideoDevice::GetVideoDecoderProfile を呼び出します。

要件

   
サポートされている最小のクライアント Windows 8 [デスクトップ アプリ |UWP アプリ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリ |UWP アプリ]
対象プラットフォーム Windows
ヘッダー d3d11.h

関連項目

ID3D11VideoDevice