CTransInPlaceFilter::m_bModifiesData

 
Microsoft DirectShow 9.0

CTransInPlaceFilter::m_bModifiesData

The m_bModifiesData member variable indicates whether the filter modifies the sample data that is receives. The value is set in the CTransInPlaceFilter constructor, but defaults to TRUE.

Syntax

  bool m_bModifiesData; 

Remarks

This variable affects how the filter negotiates the allocator. If the value is TRUE, the filter cannot use a read-only allocator for both pin connections.

Requirements

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

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

See Also