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

另请参阅