VideoSetFileNameΒΆ

VideoSetFileName sets the video file name. The file will be loaded when the video is activated with VideoActivate.

bool = VideoSetFileName(hVideo, ssFileName)

Return Value

Is TRUE (1), if the function was successful and otherwise FALSE (0).

Parameters

hVideo

Identifies the Video.

ssFileName

ssFileName is the complete filename.

Comment

The file name can be specified as a complete file name or a relative file name. To open the file UniPlot searches in the following order for the given file. The search ends when the file is found:

  • Try to open the file with its given name.
  • Search in the directory where the IPW/IPZ file is saved.
  • Search the directories specified in the dialog Tools=>More Options in the edit field Searchpath for picture files.

If the video file is not found, a box with the file name is displayed in the UniPlot document page.

History

Version Description
R2013.3 New.

id-42978