AVOLITES TITAN API

SetCueTimecode

Sets the timecode for a cue in the given playback.

Namespace: Timecode

Syntax

MACRO

Void Timecode.SetCueTimecode(Handle handle, Int32 cueId, TimecodeTime time)

HTTP

http://[ip]:4430/titan/script/2/Timecode/SetCueTimecode?handle={handle}&cueId={titanId}&time={}

Parameters

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

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetCueTimecode?handle_userNumber=6&cueId={titanId}&time={}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetCueTimecode?handle_location=playback_2_1&cueId={titanId}&time={}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetCueTimecode?handle_titanId=1895&cueId={titanId}&time={}

cueId ( Int32 ) : The id of the cue to update.

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