Microsoft DirectX 9.0

IMSVidPlaybackEvent Interface

This topic applies to Windows XP only.

The IMSVidPlaybackEvent interface is used to receive events from playback devices, such as the file playback object and the stream buffer source 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 IMSVidInputDeviceEvent, the IMSVidPlaybackEvent interface exposes the following method.

Method Description
EndOfMedia Called when playback has reached the end of the source media.

See Also