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 |
CTransInPlaceFilter::UsingDifferentAllocators
The UsingDifferentAllocators method determines whether the input and output pins are using different allocators.
Syntax
BOOL UsingDifferentAllocators(void) const;
Return Value
Returns TRUE if the input and output pins are using different allocators, or FALSE otherwise.
Requirements
** Header:** Declared in Transip.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also