Share via


CSourceSeeking::m_rtDuration

 
Microsoft DirectShow 9.0

CSourceSeeking::m_rtDuration

Duration of the stream. By default, the value is set to the value of the CSourceSeeking::m_rtStop member variable.

Syntax

  CRefTime m_rtDuration;

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