AVOLITES TITAN API

SetStartTime

Sets the start time.

Namespace: Timecode

Syntax

MACRO

Void Timecode.SetStartTime(Int32 timerId, TimecodeTime timeValue, Boolean delta, Boolean reset)

HTTP

http://[ip]:4430/titan/script/2/Timecode/SetStartTime?timerId={titanId}&timeValue={}&delta={bool}&reset={bool}

Parameters

timerId ( Int32 ) : The timer identifier.

timeValue ( TimecodeTime ) : The time value.

delta ( Boolean ) : if set to true add the specified time to the current start time.

delta

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetStartTime?timerId={titanId}&timeValue={}&delta=true&reset=true

reset ( Boolean ) : if set to true reset the live time to match the start time.

reset

HTTP Example:
http://localhost:4430/titan/script/2/Timecode/SetStartTime?timerId={titanId}&timeValue={}&delta=true&reset=true