ID3D12VideoProcessCommandList1 interface (d3d12video.h)

Encapsulates a list of graphics commands for video processing. Adds the ID3D12VideoProcessCommandList1::ProcessFrames1 method which supports changing the D3D12_VIDEO_FIELD_TYPE for each call, unlike ID3D12VideoProcessCommandList::ProcessFrames.

Inheritance

ID3D12VideoProcessCommandList1 inherits from ID3D12VideoProcessCommandList.

Methods

The ID3D12VideoProcessCommandList1 interface has these methods.

 
ID3D12VideoProcessCommandList1::ProcessFrames1

Records a video processing operation to the command list, operating on one or more input samples and writing the result to an output surface. (ID3D12VideoProcessCommandList1::ProcessFrames1)

Requirements

Requirement Value
Header d3d12video.h

See also

ID3D12VideoProcessCommandList