vidIVideo GetOverlayReps

Determines the number of overlay reps.

Syntax

vidIVideo_handle GetOverlayReps

Application

Tcl Query

Description

This command finds the number of overlay reps (how many times the overlay will flip between videos).

Example

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

Errors

Success (the number of overlay reps) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Query