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