IFilterGraph3 Interface

 
Microsoft DirectShow 9.0

IFilterGraph3 Interface

The IFilterGraph3 interface extends the IFilterGraph2 interface, which contains methods for building filter graphs.

The Filter Graph Manager implements this interface. Applications can use it when building graphs, to take advantage of the additional methods it provides.

In addition to the methods inherited from IFilterGraph2, the IFilterGraph3 interface exposes the following method.

Method Description
SetSyncSourceEx Sets a primary and secondary reference clock for the filter graph.

Requirements

Header: Declared in Strmif.h; include Dshow.h.

Library: Use Strmiids.lib.