Microsoft DirectX 8.1 (C++) |
The JoinFilter method connects a media stream to a media stream filter in the underlying filter graph.
Syntax
HRESULT JoinFilter(
IMediaStreamFilter *pMediaStreamFilter
);
Parameters
pMediaStreamFilter
[in] Pointer to the IMediaStreamFilter interface of the filter.
Return Value
Returns S_OK if successful.
Remarks
Don't increment the reference count for the specified media stream filter.
Applications should not call this method.
See Also