Share via


CVideoTransformFilter::m_bSkipping

 
Microsoft DirectShow 9.0

CVideoTransformFilter::m_bSkipping

Boolean value that indicates whether the filter is currently dropping frames. If this value is TRUE, the filter continues to drop frames until it reaches the next key frame, or until it receives 30 delta frames in a row without a key frame.

Syntax

  BOOL m_bSkipping;

Requirements

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

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

See Also