CBaseVideoRenderer::RecordFrameLateness (Compact 2013)

3/26/2014

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

Syntax

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 Value

None.

Requirements

Header

dshow.h,
Streams.h

Library

ole32.lib,
Ole32auth.lib,
Strmbase.lib,
Strmiids.lib,
uuid.lib

See Also

Reference

CBaseVideoRenderer Class