vidIVideo IsFilenameShown
IMPORTANT: This API is now obsolete. Please refer to the vidivideo GetMediaInfoNoteHandle API to achieve this functionality. Determines whether the filename is shown.
Syntax
vidIVideo_handle IsFilenameShown
Application
HyperWorks Tcl Query
Description
This command finds whether the filename is shown on the video or not. If the filename is turned on, true is returned. If not, false is returned. If the filename is turned on, it is displayed within the annotation note.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video IsFilenameShown;
Errors
Success (a true or false value) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Query