IMSVidPlaybackEvent 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 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.
Inheritance
The IMSVidPlaybackEvent interface inherits from IMSVidInputDeviceEvent. IMSVidPlaybackEvent also has these types of members:
Methods
The IMSVidPlaybackEvent interface has these methods.
IMSVidPlaybackEvent::EndOfMedia This topic applies to Windows XP or later. |
Remarks
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidPlaybackEvent)
.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |