// 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 referenceNo description available.
The D3D12DDI_VIDEO_PROCESS_INPUT_STREAM_RATE_INFO_0032 structure specifies the video process input stream rate info.
OutputIndexA 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:
InputFrameOrFieldThe 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:
D3D12DDIARG_VIDEO_PROCESS_INPUT_STREAM_ARGUMENTS_0043