ID3D12VideoDecodeCommandList1 interface (d3d12video.h)

Encapsulates a list of graphics commands for video decoding. This interface inherits from ID3D12VideoDecodeCommandList and adds support for video decode histograms.

Inheritance

The ID3D12VideoDecodeCommandList1 interface inherits from the ID3D12VideoDecodeCommandList interface.

Methods

The ID3D12VideoDecodeCommandList1 interface has these methods.

 
ID3D12VideoDecodeCommandList1::DecodeFrame1

Records a decode frame operation to the command list. Inputs, outputs, and parameters for the decode are specified as arguments to this method.

Requirements

Requirement Value
Header d3d12video.h

See also