다음을 통해 공유


ICaptureGraphBuilder::GetFiltergraph

 
Microsoft DirectShow 9.0

ICaptureGraphBuilder::GetFiltergraph

Retrieves the filter graph that the builder is using.

Syntax

  HRESULT GetFiltergraph(
    IGraphBuilder **ppfg
);

Parameters

ppfg

[out] Address of a pointer to an IGraphBuilder interface.

Return Value

Returns an HRESULT value.

Remarks

This method increments the reference count on the IGraphBuilder interface; be sure to decrement the reference count on IGraphBuilder by calling the Release method.

Requirements

Reference: Dshow.h.

Library: Quartz.dll.

See Also