Share via


CVideoTransformFilter::m_bQualityChanged

 
Microsoft DirectShow 9.0

CVideoTransformFilter::m_bQualityChanged

Boolean value that indicates whether the filter has dropped frames. This member variable controls when the filter sends EC_QUALITY_CHANGE events.

Syntax

  BOOL m_bQualityChanged;

Requirements

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

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

See Also