Microsoft Windows CE 3.0  

IMediaEventSink Interface

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.

The filter graph manager exposes the IMediaEventSinkinterface; it is called from filters to notify events. Applications use the IMediaEventinterface on the filter graph manager to retrieve these events.

When to Implement

There is no need to implement this method because it is implemented by the filter graph manager.

When to Use

Filters use this interface to post event notifications.

Methods in Vtable Order

IUnknown methods Description
QueryInterface Returns pointers to supported interfaces.
AddRef Increments the reference count.
Release Decrements the reference count.
IMediaEventSink methods Description
Notify Notifies an event.