AVOLITES TITAN API

Process

Called when in PlaybackOptions menu and a new handle is selected. Probably. FIXME: This should probably be amalgamated into the change handler for Playbacks.Editor.SelectedPlayback, and then the menusystem changed to just change the SelectedPlayback when in this menu instead of capturing the event and firing This function can be called from the menu and will fire an event based on the playback type on the given handle. The following events will ocurr Empty = Playbacks.Select.Empty Cue = Playbacks.Select.Cue Chase = Playbacks.Select.Chase CueList = Playbacks.Select.CueList UnfoldedChaseCue = Playbacks.Select.UnfoldedChaseCue UnfoldedCueListCue = Playbacks.Select.UnfoldedCueListCue

Namespace: Playbacks.Select

Syntax

MACRO

Void Playbacks.Select.Process(IEnumerable<Handle> handles)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/Select/Process?handles={handleList}

Parameters

handles ( IEnumerable<Handle> ) : The handles.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Select/Process?handles_handleList=1895,1896,1900

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/Select/Process?handles_userNumberList=6,8,10