次の方法で共有


ID3D12VideoDecodeCommandList インターフェイス (d3d12video.h)

ビデオ デコード用のグラフィックス コマンドの一覧をカプセル化します。 このインターフェイスは ID3D12VideoDecodeCommandList1 によって継承されます。

継承

ID3D12VideoDecodeCommandList インターフェイスは、ID3D12CommandList インターフェイスから継承されます。

メソッド

ID3D12VideoDecodeCommandList インターフェイスには、これらのメソッドがあります。

 
ID3D12VideoDecodeCommandList::BeginEvent

内部使用専用です。 直接呼び出すためのものではありません。 (ID3D12VideoDecodeCommandList::BeginEvent)
ID3D12VideoDecodeCommandList::BeginQuery

実行中のクエリを開始します。 (ID3D12VideoDecodeCommandList::BeginQuery)
ID3D12VideoDecodeCommandList::ClearState

直接コマンド リストの状態を、コマンド リストの作成時の状態にリセットします。 (ID3D12VideoDecodeCommandList::ClearState)
ID3D12VideoDecodeCommandList::Close

コマンド リストへの記録が完了したことを示します。 (ID3D12VideoDecodeCommandList::Close)
ID3D12VideoDecodeCommandList::D ecodeFrame

デコード フレーム操作をコマンド リストに記録します。
ID3D12VideoDecodeCommandList::D iscardResource

リソースの現在の内容を破棄できることを示します。 (ID3D12VideoDecodeCommandList::D iscardResource)
ID3D12VideoDecodeCommandList::EndEvent

内部使用専用です。 直接呼び出すためのものではありません。 (ID3D12VideoDecodeCommandList::EndEvent)
ID3D12VideoDecodeCommandList::EndQuery

クエリを終了します。 (ID3D12VideoDecodeCommandList::EndQuery)
ID3D12VideoDecodeCommandList::Reset

新しいコマンド リストが作成されたかのように、コマンド リストを初期状態に戻します。 (ID3D12VideoDecodeCommandList::Reset)
ID3D12VideoDecodeCommandList::ResolveQueryData

クエリからデータを抽出します。 (ID3D12VideoDecodeCommandList::ResolveQueryData)
ID3D12VideoDecodeCommandList::ResourceBarrier

リソースへの複数のアクセスを同期する必要があることをドライバーに通知します。 (ID3D12VideoDecodeCommandList::ResourceBarrier)
ID3D12VideoDecodeCommandList::SetMarker

内部使用専用です。 直接呼び出すためのものではありません。 (ID3D12VideoDecodeCommandList::SetMarker)
ID3D12VideoDecodeCommandList::SetPredication

述語値が指定した操作を渡す場合は、後続のコマンドを実行しないことを指定します。 (ID3D12VideoDecodeCommandList::SetPredication)
ID3D12VideoDecodeCommandList::WriteBufferImmediate

コマンド ストリームから直接、指定されたバッファーの場所に 32 ビットイミディエイト値の数を書き込みます。 (ID3D12VideoDecodeCommandList::WriteBufferImmediate)

要件

要件
Header d3d12video.h

こちらもご覧ください