AVOLITES TITAN API

ApplyOffsetToTimeline

Applies the specified offset to the context timeline.

Namespace: Editor.Timelines

Syntax

MACRO

Void Editor.Timelines.ApplyOffsetToTimeline(ObservableTimecodeTime offset, Boolean add)

HTTP

http://[ip]:4430/titan/script/2/Editor/Timelines/ApplyOffsetToTimeline?offset={}&add={bool}

Parameters

offset ( ObservableTimecodeTime ) : The offset to apply.

add ( Boolean ) : True to add the offset, false to subtract.

add

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Timelines/ApplyOffsetToTimeline?offset={}&add=true