IStreamSample::GetMediaStream
Microsoft DirectShow 9.0 |
IStreamSample::GetMediaStream
- Note This interface is deprecated. New applications should not use it.
Retrieves a pointer to the media stream object that created the current sample.
Syntax
HRESULT GetMediaStream( IMediaStream **ppMediaStream );
Parameters
ppMediaStream
[in] Address of a pointer to an IMediaStream interface that will point to the media stream that created the current sample.
Return Values
Returns S_OK if successful or E_POINTER if ppMediaStream is invalid.
Remarks
If successful, this method increments the reference count of the media stream specified by ppMediaStream.
See Also