AVOLITES TITAN API

CreateTriggerAtTime

Creates a timeline trigger at the specified time.

Namespace: Timelines

Syntax

MACRO

Void Timelines.CreateTriggerAtTime(Handle handle, TimecodeTime time)

HTTP

http://[ip]:4430/titan/script/2/Timelines/CreateTriggerAtTime?handle={handle}&time={}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/CreateTriggerAtTime?handle_userNumber=6&time={}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/CreateTriggerAtTime?handle_location=playback_2_1&time={}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/CreateTriggerAtTime?handle_titanId=1895&time={}

time ( TimecodeTime ) : The trigger time.