Share via


CFactoryTemplate::m_pAMovieSetup_Filter

 
Microsoft DirectShow 9.0

CFactoryTemplate::m_pAMovieSetup_Filter

Pointer to an AMOVIESETUP_FILTER structure.

Syntax

  const AMOVIESETUP_FILTER *m_pAMovieSetup_Filter;

Remarks

Use this structure to make a filter self-registering. If your component is not a filter, this member variable can be NULL. For more information, see How to Register DirectShow Filters.

Requirements

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

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

See Also