// 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 referenceNo description available.
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.
EncoderCodecA D3D12DDI_VIDEO_ENCODER_CODEC_0080 value that specifies the codec of the associated encode operation.
EncoderProfileA D3D12DDI_VIDEO_ENCODER_PROFILE_DESC_0080_2 structure that specifies the profile of the associated operation.
EncoderInputFormatA DXGI_FORMAT value that specifies the input format of the associated operation.
EncodedPictureEffectiveResolutionA D3D12DDI_VIDEO_ENCODER_PICTURE_RESOLUTION_DESC_0080 structure that specifies the encoded resolution of the associated frame.
HWLayoutEncoderMetadataDrvBufferA D3D12DDI_VIDEO_ENCODER_ENCODE_OPERATION_METADATA_BUFFER_0080_2 structure that represents the associated opaque metadata buffer received from an EncodeFrame operation.
See D3D12 video encoding for general information.
PFND3D12DDI_VIDEO_ENCODE_FRAME_0082_0
PFND3D12DDI_VIDEO_ENCODE_RESOLVE_OUTPUT_METADATA_0082_0