Share via


IMediaObject::Flush

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method flushes all internally buffered data.

Syntax

HRESULT Flush(void);

Parameters

None.

Return Value

Returns S_OK if successful. Otherwise, it returns an HRESULT value indicating the cause of the error.

Remarks

The DMO performs the following actions when this method is called:

  • Releases any IMediaBuffer references it holds.
  • Discards any values that specify the time stamp or sample length for a media buffer.
  • Reinitializes any internal states that depend on the contents of a media sample.

Media types, maximum latency, and locked state do not change.

When the method returns, every input stream accepts data. Output streams cannot produce any data until the application calls the IMediaObject::ProcessInput method on at least one input stream.

Requirements

Header dmo.h
Library Dmoguid.lib
Windows Embedded CE Windows CE .NET 4.1 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IMediaObject
IMediaObject::ProcessInput
IMediaBuffer