Microsoft DirectX 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 applications. It is documented for Visual Basic as the FilgraphManager.FilterCollection property. C++ applications should use the IFilterGraph::EnumFilters method instead.

Syntax

HRESULT get_FilterCollection(
  IDispatch **ppUnk
);

See Also