CSourceSeeking::m_rtStop

 
Microsoft DirectShow 9.0

CSourceSeeking::m_rtStop

Stop time. By default, the value is set to a very large number. The derived class can reset the value in its constructor, or when the filter is initialized.

Syntax

  CRefTime m_rtStop;

Remarks

Hold the m_pLock critical section before accessing this variable.

Requirements

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

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

See Also