vc++面向对象与可视化程序设计

来源:百度知道 编辑:UC知道 时间:2024/05/13 10:52:54
哪位有<VC++面向对象与可视化程序设计> <黄维通著>的书籍代码??? 请发给我一份啊,谢谢了.
请发到binhaixingkong@163.com
课后习题答案

IFilterGraph Interface
The IFilterGraph interface provides methods for building a filter graph. An application can use it to add filters to the graph, connect or disconnect filters, remove filters, and perform other basic operations. However, the IGraphBuilder interface inherits from this interface and provides additional methods that are more sophisticated. Therefore, applications should use IGraphBuilder rather than using IFilterGraph directly.

The filter graph manager implements this interface.

In addition to the methods inherited from IUnknown, the IFilterGraph interface exposes the following methods.

Method Description
AddFilter Adds a filter to the graph.
RemoveFilter Removes a filter from the graph.