vidIVideo AbortOverlay

Cancels an overlay after it has been triggered.

Syntax

vidIVideo_handle AbortOverlay

Application

Tcl Modify

Description

This command cancels an overlay after it has been triggered (applied/started).

Example

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

Errors

Success (0) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Modify