CVideoTransformFilter::m_itrLate

 
Microsoft DirectShow 9.0

CVideoTransformFilter::m_itrLate

Indicates how late the samples are arriving at the renderer, in reference time units. Syntax

  int m_itrLate;

Remarks

When the filter receives a quality message from downstream, it stores the lateness value in this variable. As the filter drops frames, it updates this value by subtracting the duration of each frame.

Requirements

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

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

See Also