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.
3/26/2014
This method 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 Value
Returns S_OK if successful or E_POINTER if ppMultiMediaStream is invalid.
Remarks
This method increments the reference count of the retrieved object pointer.
Requirements
Header |
dshow.h |
Library |
Strmiids.lib |