CDynamicOutputPin::m_bPinUsesReadOnlyAllocator
Microsoft DirectShow 9.0 |
CDynamicOutputPin::m_bPinUsesReadOnlyAllocator
Flag that specifies whether samples from the pin's allocator are read-only. If the value is TRUE, the sample are read-only. The default value is FALSE.
Syntax
BOOL m_bPinUsesReadOnlyAllocator;
Requirements
** Header:** Declared in Amfilter.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also