Edit

ID3D12VideoEncodeCommandList4 interface (d3d12video.h)

Encapsulates a list of graphics commands for video encoding. This interface inherits from ID3D12VideoEncodeCommandList3 and adds the EncodeFrame1 and ResolveEncoderOutputMetadata1 methods.

Inheritance

The ID3D12VideoEncodeCommandList4 interface inherits from the ID3D12VideoEncodeCommandList3 interface.

Methods

The ID3D12VideoEncodeCommandList4 interface has these methods.

 
ID3D12VideoEncodeCommandList4::EncodeFrame1

Encodes a bitstream, with support for subregion notification.
ID3D12VideoEncodeCommandList4::ResolveEncoderOutputMetadata1

Resolves encoder output metadata into a readable format, with support for optional metadata outputs.
ID3D12VideoEncodeCommandList4::ResolveInputParamLayout

Converts input map layouts into hardware-specific opaque layouts.

Requirements

Requirement Value
Header d3d12video.h

See also

ID3D12VideoEncodeCommandList3