Microsoft Windows CE 3.0  

CBaseVideoRenderer::RecordFrameLateness

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Records how timely the rendering occurred and gathers statistics for the property page.

virtual void RecordFrameLateness(
int
trLate
,
int
trFrame
);

Parameters

trLate
How late the sample was beyond its due time, in reference time units.
trFrame
Interframe time, in reference time units.

Return Values

No return value.