IFilterGraph3 interface (strmif.h)

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

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.

Inheritance

The IFilterGraph3 interface inherits from IFilterGraph2. IFilterGraph3 also has these types of members:

Methods

The IFilterGraph3 interface has these methods.

 
IFilterGraph3::SetSyncSourceEx

The SetSyncSourceEx method establishes two reference clocks for the filter graph:_a primary clock that is used by most of the filters, and a secondary clock that is used only by one specified filter.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header strmif.h (include Dshow.h)