CTransformFilter::m_bQualityChanged

 
Microsoft DirectShow 9.0

CTransformFilter::m_bQualityChanged

Flag that indicates whether the quality has changed. The first time that the filter drops a sample, it sends an EC_QUALITY_CHANGE event to the filter graph manager and sets this flag to TRUE. It does not send this event again until the filter stops and restarts, even if it continues to drop samples in the meantime.

Syntax

  BOOL m_bQualityChanged;

Requirements

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

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

See Also