FilterGraph PropertyFilterGraph Property*
*



Contents  *



Index  *Topic Contents
*Previous Topic: FileName Property
*Next Topic: FilterGraphDispatch Property

FilterGraph Property

Contains the IUnknown interface pointer to the current filter graph object.

Syntax

[form.]object.FilterGraph [ = punk ]

Settings

punk IUnknown pointer for the filter graph object.

Data Type

Integer (IUnknown*)

Remarks

The filter graph represents a specific configuration of source, transform, and rendering filters. The filter graph is the complete set of software components needed to process a given multimedia stream within the DirectShow architecture.

You can set this property to change the current filter graph.

The IDispatch interface pointer for the filter graph object is contained in the FilterGraphDispatch property.

Run-time access: read/write. Design-time access: read-only.

See Also

IFilterGraph Interface in the DirectShow SDK documentation.


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.