D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_RATE_INFO_0032 - NtDoc

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

typedef struct D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_RATE_INFO_0032 {
  UINT OutputIndex;
  UINT InputFrameOrField;
} D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_RATE_INFO_0032;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_RATE_INFO_0032 structure

Description

The D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_RATE_INFO_0032 structure specifies the video process input stream rate info.

Members

OutputIndex

A zero-based cyclic number that indicates the frame index number of the output frame. The driver uses this output-index information to perform the video processing in a certain pattern or cycle, especially when the driver performs deinterlacing or frame-rate conversion.With the following output-index pattern, the driver performs the indicated video processing:

InputFrameOrField

The InputFrameOrField member is a zero-based number that indicates the frame or the field number of the input surface. With the following input-frame-or-field number, the driver can perform the indicated video processing:

See also

D3D12DDIARG_VIDEO_PROCESS_INPUT_STREAM_ARGUMENTS_0043