AVOLITES TITAN API

ReplacePlaybackCue

Replaces the current playback with a new item created from the programmer.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.ReplacePlaybackCue(Handle handle, Boolean updateOnly)

HTTP

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

Parameters

handle ( Handle ) : The handle containing the item to replace.

handle_userNumber

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

handle_location

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

handle_titanId

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

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

updateOnly

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