Share via


CTransInPlaceInputPin::ReadOnly

 
Microsoft DirectShow 9.0

CTransInPlaceInputPin::ReadOnly

The ReadOnly method indicates whether the input stream is read-only.

Syntax

  const BOOL ReadOnly(void);

Return Value

Returns the value of the m_bReadOnly member variable.

Requirements

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

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

See Also