D3D12DDI_VIDEO_ENCODE_RECONSTRUCTED_PICTURE_0080 - NtDoc

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

typedef struct D3D12DDI_VIDEO_ENCODE_RECONSTRUCTED_PICTURE_0080 {
  D3D12DDI_HRESOURCE hDrvTexture2D;
  UINT               InputFrameSubresource;
} D3D12DDI_VIDEO_ENCODE_RECONSTRUCTED_PICTURE_0080;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

TheD3D12DDI_VIDEO_ENCODE_RECONSTRUCTED_PICTURE_0080 structure encapsulates the reconstructed picture generated from the input frame passed to the encode operation.

Members

hDrvTexture2D

Handle to the reconstructed picture generated from the input frame.

InputFrameSubresource

The sub-resource index for hDrvTexture2D.

Remarks

See D3D12 video encoding for general information.

See also

D3D12DDI_VIDEO_ENCODER_ENCODEFRAME_INPUT_STREAM_ARGUMENTS_0082_0

D3D12DDI_VIDEO_ENCODER_ENCODEFRAME_OUTPUT_STREAM_ARGUMENTS_0080_2