IAMMultiMediaStream::GetFilter
Microsoft DirectShow 9.0 |
IAMMultiMediaStream::GetFilter
- Note This interface is deprecated. New applications should not use it.
The GetFilter method retrieves the Media Stream filter, which is used internally by the multimedia stream object.
Syntax
HRESULT GetFilter( IMediaStreamFilter **ppFilter );
Parameters
ppFilter
[out] Address of a variable that receives an IMediaStreamFilter interface pointer.
Return Values
Returns an HRESULT value. Possible values include the following.
Value | Description |
E_POINTER | NULL pointer argument. |
S_OK | Success. |
Remarks
Applications should not call this method. The IMediaStreamFilter interface is not intended for applications to use.
If the method succeeds, the caller must release the IMediaStreamFilter interface.
See Also