AVOLITES TITAN API

PlayWithTime

Plays the given playback but ovverides the fade time with the supplied value.

Namespace: CueLists

Syntax

MACRO

Void CueLists.PlayWithTime(Handle handle, Single time)

HTTP

http://[ip]:4430/titan/script/2/CueLists/PlayWithTime?handle={handle}&time={float}

Parameters

handle ( Handle ) : The handle of the playback.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/PlayWithTime?handle_userNumber=6&time={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/PlayWithTime?handle_location=playback_2_1&time={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/CueLists/PlayWithTime?handle_titanId=1895&time={float}

time ( Single ) : The fade to to use to play the playback.