Microsoft DirectX 9.0 |
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.
See Also