求中游升级助手2。62破解版

来源:百度知道 编辑:UC知道 时间:2024/07/02 15:34:23
不是破解补丁。以前下载过。格式化了,记得是带有一个算号器的,各位帮忙找下,拜拖啦~!^_^!!
网上找不到了,难道没人有吗?

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.