vidIVideo GetOverlayAllWindows

Determines if the overlay is applied to all windows.

Syntax

vidIVideo_handle GetOverlayAllWindows

Application

Tcl Query

Description

This command finds if the overlay is applied to all windows. If the overlay is applied to all windows, true is returned. If the overlay is not applied to all windows, false is returned.

Example

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

Errors

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

Keywords

  • Tcl
  • Video
  • Query