Share via


IMSVidXDSEvent Interface

 
Microsoft DirectShow 9.0

IMSVidXDSEvent Interface

This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.

The IMSVidXDSEvent interface is used to receive events from the MSVidXDS object.

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.

In addition to the methods inherited from IMSVidFeatureEvent, the IMSVidXDSEvent interface exposes the following method.

Method Description
RatingChange Called when the current rating changes.

See Also