IMSVidEVREvent Interface

 
Microsoft DirectShow 9.0

IMSVidEVREvent Interface

This topic applies to Windows Vista or later.

The IMSVidEVREvent interface is used to receive events from the Enhanced Video Renderer (EVR) filter.

This interface is an outgoing connection-point interface. To receive events from a playback device, implement this interface and then call the IConnectionPoint::Advise method to establish a connection. Then call the IConnectionPoint::Advise method on the MSVidEVR object to establish a connection.

In addition to the methods inherited from IMSVidOutputDeviceEvent, the IMSVidEVREvent interface exposes the following method.

Method Description
OnUserEvent Forwards custom events from the enhanced video renderer (EVR) filter.

See Also