Microsoft DirectX 9.0

CBaseVideoRenderer::RecordFrameLateness

The RecordFrameLateness method records how timely the rendering occurred and gathers statistics for the property page.

Syntax

virtual void RecordFrameLateness(
    int trLate,
    int trFrame
);

Parameters

trLate

Value indicating how late the sample was beyond its due time, in reference time units.

trFrame

Interframe time, in reference time units.

Return Value

No return value.

See Also