IMediaStream::GetMultiMediaStream
Microsoft DirectShow 9.0 |
IMediaStream::GetMultiMediaStream
- Note This interface is deprecated. New applications should not use it.
Retrieves a pointer to the multimedia stream that contains the specified media stream.
Syntax
HRESULT GetMultiMediaStream( IMultiMediaStream **ppMultiMediaStream );
Parameters
ppMultiMediaStream
[out] Address of a pointer to an IMultiMediaStream interface object that will point to the multimedia stream from which the current media stream was created.
Return Values
Returns S_OK if successful or E_POINTER if ppMultiMediaStream is invalid.
Remarks
This method increments the reference count of the retrieved object pointer.
See Also