DXVADDI_FREQUENCY - NtDoc

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

typedef struct _DXVADDI_FREQUENCY {
  [in] UINT Numerator;
  [in] UINT Denominator;
} DXVADDI_FREQUENCY;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dumddi-_dxvaddi_frequency)

_DXVADDI_FREQUENCY structure

Description

The DXVADDI_FREQUENCY structure describes the video frame rate in Hertz (Hz). For example, NTSC TV is 60000 over 1001.

Members

Numerator [in]

The numerator of the frequency fraction.

Denominator [in]

The denominator of the frequency fraction.

Remarks

The user-mode display driver must interpret the video frame rate for the following special cases as indicated:

See also

DXVADDI_VIDEODESC