vidIVideo GetOverlayDuration
Determines the overlay duration.
Syntax
vidIVideo_handle GetOverlayDuration
Application
HyperWorks Tcl Query
Description
This command finds the overlay duration (how many seconds before each flip between the videos).
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video GetOverlayDuration;
Errors
Success (the overlay duration) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Query