IMSVidFilePlayback 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.]
The IMSVidFilePlayback interface enables the client to specify a local file for playback. It is implemented by the MSVidFilePlaybackDevice object.
Inheritance
The IMSVidFilePlayback interface inherits from IMSVidPlayback. IMSVidFilePlayback also has these types of members:
Methods
The IMSVidFilePlayback interface has these methods.
IMSVidFilePlayback::get_FileName The get_FileName method retrieves the name of the file to play. |
IMSVidFilePlayback::put_FileName The put_FileName method sets the name of the file to play. |
Remarks
To play a media file using the Video Control, call the IMSVidCtl::View method with the name of the file. The View method automatically loads the MSVidFilePlayback object.
To declare the interface identifier (IID) for this interface, use the __uuidof operator: __uuidof(IMSVidFilePlayback)
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows�XP [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | segment.h (include Msvidctl.h) |