vidIVideo SetOverlayReps

Sets the number of overlay reps.

Syntax

vidIVideo_handle SetOverlayReps count

Application

Tcl Modify

Description

This command sets the number of overlay reps (how many times the overlay flips between videos).

Inputs

count
A numeric value representing the number of reps that you want.

Example

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

Errors

Success (0) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Modify