// d3dumddi.h
typedef struct _DXVADDI_FREQUENCY {
[in] UINT Numerator;
[in] UINT Denominator;
} DXVADDI_FREQUENCY;
View the official Windows Driver Kit DDI referenceNo description available.
The DXVADDI_FREQUENCY structure describes the video frame rate in Hertz (Hz). For example, NTSC TV is 60000 over 1001.
Numerator [in]The numerator of the frequency fraction.
Denominator [in]The denominator of the frequency fraction.
The user-mode display driver must interpret the video frame rate for the following special cases as indicated: