Share via


CBaseVideoRenderer::RecordFrameLateness

 
Microsoft DirectShow 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.

Requirements

**  Header:** Declared in Renbase.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also