IMFSourceReaderCallback2::OnStreamError method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Called when an asynchronous error occurs with the IMFSourceReader.

Syntax


HRESULT OnStreamError(
   DWORD   dwStreamIndex,
   HRESULT hrStatus
);

Parameters

dwStreamIndex

The index of the stream of the transform that raised the asynchronous error.

hrStatus

The error that occurred.

Return value

Returns an HRESULT value. Currently, the source reader ignores the return value.

See also

IMFSourceReaderCallback2

 

 

Show: