vidIVideo IsTolerance

Determines if the tolerance is on.

Syntax

vidIVideo_handle IsTolerance

Application

Tcl Query

Description

This command finds if the tolerance is on. Tolerance is the allotted difference in timing between two videos. If the timing between two videos is greater than the tolerance, the second video (or third, fourth and so on) will not play the frame(s) corresponding with that specific time.
Note: For this function to work, at least two videos must be in the page. If the tolerance is on, true is returned. Otherwise, false is returned.

Example

hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle p1 1;
p1 GetWindowHandle w1 1;	
w1 GetClientHandle Video;
Video IsTolerance;

Errors

Success (a true or false value) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Query