AVOLITES TITAN API

InsertStepAfter

Inserts a playback cue imediately after the specified cue

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.InsertStepAfter(Handle handle, Single cueNumber)

HTTP

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

Parameters

handle ( Handle ) : The playback handle.

handle_userNumber

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

handle_location

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

handle_titanId

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

cueNumber ( Single ) : The number of the cue to insert after.