IMSVidFilePlayback Interface

 
Microsoft DirectShow 9.0

IMSVidFilePlayback Interface

This topic applies to Windows XP or later.

The IMSVidFilePlayback interface enables the client to specify a local file for playback. It is implemented by the MSVidFilePlaybackDevice object.

In addition to the methods inherited from IMSVidPlayback, the IMSVidFilePlayback interface exposes the following methods.

Method Description
get_FileName Sets the name of the file to play.
put_FileName Retrieves 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.

See Also