Share via


IMSVidEVREvent interface (segment.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

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.

Inheritance

The IMSVidEVREvent interface inherits from IMSVidOutputDeviceEvent. IMSVidEVREvent also has these types of members:

Methods

The IMSVidEVREvent interface has these methods.

 
IMSVidEVREvent::OnUserEvent

This topic applies to Windows Vista or later.

Remarks

To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidEVREvent).

Requirements

   
Target Platform Windows
Header segment.h (include Msvidctl.h)

See also

IMSVidOutputDeviceEvent

Video Control Event Interfaces