Function

ConnectedPlayback.Connect

Void ConnectedPlayback.Connect(Handle handle)
API http://api.avolites.com/11.0/ConnectedPlayback.Connect.html
description Connects the specified handle. A user connected playback takes precedence over any auto connected ones.
namespace ConnectedPlayback
parameter handle ( Handle ) : The handle of the playback to connect to.
return value Void
Example in

Legend - Get a cuelist cue's legend:

<step>ConnectedPlayback.Connect(Handles.GetHandle("PlaybackWindow",0,76))</step>
Also used in
Remarks