Share via


IMSVidVideoRendererEvent 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 XP or later.

The IMSVidVideoRendererEvent interface is used to receive events from the video renderer.

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

Inheritance

The IMSVidVideoRendererEvent interface inherits from IMSVidDeviceEvent. IMSVidVideoRendererEvent also has these types of members:

Methods

The IMSVidVideoRendererEvent interface has these methods.

 
IMSVidVideoRendererEvent::OverlayUnavailable

This topic applies to Windows XP or later.

Remarks

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

Requirements

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

See also

IMSVidDeviceEvent

Video Control Event Interfaces