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

See Also

CTransformFilter Class