vidIVideo GetOverlayDuration

Determines the overlay duration.

Syntax

vidIVideo_handle GetOverlayDuration

Application

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

  • Tcl
  • Video
  • Query