AVOLITES TITAN API

SetCueTimecodeWithCueNumber

Sets the timecode for a cue in the given playback.

Namespace: Timecode

Syntax

MACRO

Void Timecode.SetCueTimecodeWithCueNumber(Handle handle, Single cueNumber, TimecodeTime time)

HTTP

http://[ip]:4430/titan/script/2/Timecode/SetCueTimecodeWithCueNumber?handle={handle}&cueNumber={float}&time={}

Parameters

handle ( Handle ) : The handle of the playback containing a Cue List

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetCueTimecodeWithCueNumber?handle_userNumber=6&cueNumber={float}&time={}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetCueTimecodeWithCueNumber?handle_location=playback_2_1&cueNumber={float}&time={}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetCueTimecodeWithCueNumber?handle_titanId=1895&cueNumber={float}&time={}

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

time ( TimecodeTime ) : The new timecode to set the cue to.