AVOLITES TITAN API

SkipTimeline

Skips forwards or backwards on the timeline.

Namespace: Timelines

Syntax

MACRO

Void Timelines.SkipTimeline(Handle handle, Boolean forwards)

HTTP

http://[ip]:4430/titan/script/2/Timelines/SkipTimeline?handle={handle}&forwards={bool}

Parameters

handle ( Handle ) : The timeline.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/SkipTimeline?handle_userNumber=6&forwards=true

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/SkipTimeline?handle_location=playback_2_1&forwards=true

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/SkipTimeline?handle_titanId=1895&forwards=true

forwards ( Boolean ) : True if skipping forwards, else false.

forwards

HTTP Example:
http://localhost:4430/titan/script/2/Timelines/SkipTimeline?handle_titanId=1895&forwards=true