CTransInPlaceFilter::TypesMatch

 
Microsoft DirectShow 9.0

CTransInPlaceFilter::TypesMatch

The TypesMatch method determines whether the input media type matches the output media type.

Syntax

  BOOL TypesMatch(void);

Return Value

Returns TRUE if the input and output media types are the same, 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