Microsoft DirectX 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.

See Also