D3D12DDI_VIDEO_ENCODER_RESOLVE_METADATA_INPUT_ARGUMENTS_0080_2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3d12umddi.h

typedef struct D3D12DDI_VIDEO_ENCODER_RESOLVE_METADATA_INPUT_ARGUMENTS_0080_2 {
  D3D12DDI_VIDEO_ENCODER_CODEC_0080                              EncoderCodec;
  D3D12DDI_VIDEO_ENCODER_PROFILE_DESC_0080_2                     EncoderProfile;
  DXGI_FORMAT                                                    EncoderInputFormat;
  D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080            EncodedPictureEffectiveResolution;
  D3D12DDI_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER_0080_2 HWLayoutEncoderMetadataDrvBuffer;
} D3D12DDI_VIDEO_ENCODER_RESOLVE_METADATA_INPUT_ARGUMENTS_0080_2;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3d12umddi-d3d12ddi_video_encoder_resolve_metadata_input_arguments_0080_2)

Description

The D3D12DDI_VIDEO_ENCODER_RESOLVE_METADATA_INPUT_ARGUMENTS_0080_2 structure contains input arguments for a call to PFND3D12DDI_VIDEO_ENCODE_RESOLVE_OUTPUT_METADATA_0082_0.

Members

EncoderCodec

A D3D12DDI_VIDEO_ENCODER_CODEC_0080 value that specifies the codec of the associated encode operation.

EncoderProfile

A D3D12DDI_VIDEO_ENCODER_PROFILE_DESC_0080_2 structure that specifies the profile of the associated operation.

EncoderInputFormat

A DXGI_FORMAT value that specifies the input format of the associated operation.

EncodedPictureEffectiveResolution

A D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 structure that specifies the encoded resolution of the associated frame.

HWLayoutEncoderMetadataDrvBuffer

A D3D12DDI_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER_0080_2 structure that represents the associated opaque metadata buffer received from an EncodeFrame operation.

Remarks

See D3D12 video encoding for general information.

See also

PFND3D12DDI_VIDEO_ENCODE_FRAME_0082_0

PFND3D12DDI_VIDEO_ENCODE_RESOLVE_OUTPUT_METADATA_0082_0