AVOLITES TITAN API

OverwritePlaybackStep

Replaces a playback step.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.OverwritePlaybackStep(Handle handle, Single cueNumber, Boolean updateOnly)

HTTP

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

Parameters

handle ( Handle ) : The playback handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/OverwritePlaybackStep?handle_userNumber=6&cueNumber={float}&updateOnly=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/OverwritePlaybackStep?handle_location=playback_2_1&cueNumber={float}&updateOnly=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/OverwritePlaybackStep?handle_titanId=1895&cueNumber={float}&updateOnly=true

cueNumber ( Single ) : The cue number.

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

updateOnly

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/OverwritePlaybackStep?handle_titanId=1895&cueNumber={float}&updateOnly=true