IMediaEventSink Interface (Compact 2013)
3/26/2014
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
Header |
dshow.h |
Library |
Strmiids.lib |