IMediaEventSink Interface
A version of this page is also available for
4/8/2010
The filter graph manager exposes the IMediaEventSink interface; it is called from filters to notify events. Applications use the IMediaEvent interface 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
The following table shows the method that appear in the Vtable beneath the standard COM methods inherited from IUnknown.
Method | Description |
---|---|
Notifies an event. |
Requirements
Windows Embedded CE | Windows CE 2.12 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |