IAMMediaStream::JoinFilterGraph

 
Microsoft DirectShow 9.0

IAMMediaStream::JoinFilterGraph

  • Note   This interface is deprecated. New applications should not use it.

The JoinFilterGraph method connects a media stream filter to a filter graph.

Syntax

  HRESULT JoinFilterGraph(
    IFilterGraph *pGraph
);

Parameters

pGraph

[in] Pointer to the current media stream filter to add to the specified filter graph.

Return Values

Returns S_OK if successful or E_POINTER if pGraph is NULL.

Remarks

Don't increment the reference count of the specified filter graph.

Applications should not call this method.

See Also