Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
IAMMediaStream::JoinFilter
- Note This interface is deprecated. New applications should not use it.
The JoinFilter method connects a media stream to the Media Stream filter, which is used internally by the multimedia stream object. Applications should not call this method.
Syntax
HRESULT JoinFilter(
IMediaStreamFilter *
pMediaStreamFilter
);
Parameters
pMediaStreamFilter
[in] Pointer to the filter's IMediaStreamFilter interface.
Return Values
Returns S_OK if successful.
See Also