vidIVideo SetOverlayDuration
Sets the overlay duration.
Syntax
vidIVideo_handle SetOverlayDuration duration
Application
HyperWorks Tcl Modify
Description
This command sets the overlay duration (how many seconds between each flip of the video).
Inputs
- duration
- A numeric value representing the duration of the overlay that you want.
Example
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;
w1 GetClientHandle Video;
Video SetOverlayDuration 2;
Errors
Success (0) or an error message is returned.
Keywords
- HyperWorks
- Tcl
- Video
- Modify