Share via


CSourceSeeking::m_pLock

 
Microsoft DirectShow 9.0

CSourceSeeking::m_pLock

Pointer to a critical section object. The CSourceSeeking class uses this critical section to synchronize access to the start and stop times, duration, and rate variables. This variable is initialized in the constructor method; see CSourceSeeking::CSourceSeeking.

Syntax

  CCritSec *m_pLock;

Requirements

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

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

See Also