Microsoft Windows CE 3.0  

CTransformFilter::EndOfStream

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Receives an end-of-stream notification and passes it downstream.

virtual HRESULT EndOfStream( );

Return Values

Returns an HRESULTvalue.

Remarks

By default, this member function calls the CBaseOutputPin::DeliverEndOfStreammember function on the output pin to send the end-of-stream notification to the next filter. Override this member function if you are using queued data or a worker thread. If you overrode CTransformFilter::Receiveand have queued data, you must handle this condition and deliver EOS after all queued data is sent.