Share via


CTransInPlaceInputPin::m_bReadOnly

 
Microsoft DirectShow 9.0

CTransInPlaceInputPin::m_bReadOnly

Flag that specifies whether the input stream is read-only. The upstream filter specifies this information when it calls the NotifyAllocator method. By default, the value is FALSE.

Syntax

  BOOL m_bReadOnly;

Requirements

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

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

See Also