// d3dumddi.h
typedef enum _DXVAHDDDI_OUTPUT_RATE {
DXVAHDDDI_OUTPUT_RATE_NORMAL,
DXVAHDDDI_OUTPUT_RATE_HALF,
DXVAHDDDI_OUTPUT_RATE_CUSTOM
} DXVAHDDDI_OUTPUT_RATE;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVAHDDDI_OUTPUT_RATE enumeration contains values that identify the output rate that the driver should use.
DXVAHDDDI_OUTPUT_RATE_NORMALA value that specifies that the driver should use normal output rate, which is when one progressive frame becomes one progressive frame and one interlaced frame (two fields) becomes two progressive frames.
DXVAHDDDI_OUTPUT_RATE_HALFA value that specifies that the driver should use half output rate, which is when one progressive frame becomes one progressive frame and one interlaced frame (two fields) becomes one progressive frame.
DXVAHDDDI_OUTPUT_RATE_CUSTOMA value that specifies that the driver should use a custom output rate for the frame rate conversion or the inverse telecine. For more information about custom output rate, see DXVAHDDDI_CUSTOM_RATE_DATA.
For more information about output rate, see DXVAHDDDI_STREAM_STATE_OUTPUT_RATE_DATA and DXVAHDDDI_STREAM_DATA.
DXVAHDDDI_STREAM_STATE_OUTPUT_RATE_DATA