AVOLITES TITAN API

AppendOrInsertPlaybackCue

Records a new step to the playback which is defined by the . A new step will only be added if the supplied handle matches the Playback Edit handle.

Namespace: Playbacks

Syntax

MACRO

EventPropergation Playbacks.AppendOrInsertPlaybackCue(Handle handle, Single cueNumber)

HTTP

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

Parameters

handle ( Handle ) : The playback handle to add the cue to.

handle_userNumber

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

handle_location

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

handle_titanId

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

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

Returns