AVOLITES TITAN API

MergePlaybackCue

Merges the programmer into an existing cue.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.MergePlaybackCue(Handle handle, Boolean updateOnly)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/MergePlaybackCue?handle={handle}&updateOnly={bool}

Parameters

handle ( Handle ) : The handle containing the playback to merge with.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/MergePlaybackCue?handle_userNumber=6&updateOnly=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/MergePlaybackCue?handle_location=playback_2_1&updateOnly=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/MergePlaybackCue?handle_titanId=1895&updateOnly=true

updateOnly ( Boolean ) : if set to true [update only].

updateOnly

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/MergePlaybackCue?handle_titanId=1895&updateOnly=true