vidIVideo GetOverlayPanelList

Returns a list of all videos/images and overlays.

Syntax

vidIVideo_handle GetOverlayPanelList

Application

Tcl Query

Description

This command returns a list of all videos/images and overlays in the order they would be displayed in the Overlay Panel. The videos, images and or overlays will be returned as filepaths within {}.

Example

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

Errors

Success (the list) or an error message is returned.

Keywords

  • Tcl
  • Video
  • Query