CTransInPlaceFilter::UsingDifferentAllocators

 
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