Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Microsoft DirectShow 9.0 |
CBaseInputPin::IsReadOnly
Queries whether the allocator uses read-only media samples.
Syntax
BOOL IsReadOnly(void);
Return Value
Returns the value of the CBaseInputPin::m_bReadOnly member variable.
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also