DXVA_Frequency structure (dxva.h)

The DXVA_Frequency structure is sent by the host decoder to the driver to specify the video frame rate, in Hz. For example, NTSC TV is 60000 over 1001.

Syntax

typedef struct _DXVA_Frequency {
  DWORD Numerator;
  DWORD Denominator;
} DXVA_Frequency;

Members

Numerator

Specifies the numerator of the frequency fraction.

Denominator

Specifies the denominator of the frequency fraction.

Requirements

Requirement Value
Header dxva.h (include Dxva.h)