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

See Also