Share via


CDynamicOutputPin::m_BlockState

 
Microsoft DirectShow 9.0

CDynamicOutputPin::m_BlockState

Blocking state.

Syntax

  BLOCK_STATE m_BlockState;

Remarks

The following states are defined:

  • NOT_BLOCKED
  • PENDING
  • BLOCKED

Before accessing this variable, hold the CDynamicOutputPin::m_BlockStateLock critical section.

Requirements

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

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

See Also