AVOLITES TITAN API

SeekNextPlayback

Seeks to the next unselected trigger of the targeted playback.

Namespace: Editor.Timelines

Syntax

MACRO

Void Editor.Timelines.SeekNextPlayback(Int32 trackId, Int32 targetPlaybackId, Boolean forwards)

HTTP

http://[ip]:4430/titan/script/2/Editor/Timelines/SeekNextPlayback?trackId={titanId}&targetPlaybackId={titanId}&forwards={bool}

Parameters

trackId ( Int32 ) : The track id.

targetPlaybackId ( Int32 ) : The target playback id.

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

forwards

HTTP Example:
http://localhost:4430/titan/script/2/Editor/Timelines/SeekNextPlayback?trackId={titanId}&targetPlaybackId={titanId}&forwards=true