IRegFilterInfo.Filter

 
Microsoft DirectShow 9.0

IRegFilterInfo.Filter

  • Note   This topic is deprecated. It applies to Visual Basic 6.0. DirectShow is not supported for Visual Basic .NET or C#.

The Filter method creates an instance of the filter and adds it to the filter graph.

Syntax

  objRegFilterInfo
  .Filter(
    ByRef objFilterInfo As IFilterInfo)

Parameters

objFilterInfo

Variable that receives an IFilterInfo object, representing the new filter.

Return Values

This method does not return a value.

Requirements

Reference: Add a reference to ActiveMovie control type library.

Library: Quartz.dll.

See Also