IMediaControl::get_FilterCollection
Microsoft DirectShow 9.0 |
IMediaControl::get_FilterCollection
The get_FilterCollection method retrieves a collection of the filters in the filter graph.
This method is intended for use by Visual Basic 6.0 applications. It is documented for Visual Basic 6.0 as the FilgraphManager.FilterCollection property. C++ applications should use the IFilterGraph::EnumFilters method instead.
Syntax
HRESULT get_FilterCollection( IDispatch **ppUnk );
Requirements
Header: Declared in Control.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also