Share via


CTransformFilter::m_bSampleSkipped

 
Microsoft DirectShow 9.0

CTransformFilter::m_bSampleSkipped

Flag that indicates whether the most recent sample was dropped. If the Receive method drops a sample, it sets the value to TRUE.

Syntax

  BOOL m_bSampleSkipped;

Requirements

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

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

See Also