Share via


CBasePin::m_bTryMyTypesFirst

 
Microsoft DirectShow 9.0

CBasePin::m_bTryMyTypesFirst

Flag that indicates whether the pin tries its own preferred media types before those of the receiving pin.

Syntax

  bool m_bTryMyTypesFirst;

Remarks

This flag defaults to FALSE. If the flag is TRUE, the CBasePin::AgreeMediaType method reverses the order in which it tries media types.

Requirements

**  Header:** Declared in Amfilter.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also