AVOLITES TITAN API

UpdatePlaybackCues

Merges the programmer into the specified playback cues.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.UpdatePlaybackCues(IEnumerable<Handle> handles, Boolean replace, Boolean updateOnly)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/UpdatePlaybackCues?handles={handleList}&replace={bool}&updateOnly={bool}

Parameters

handles ( IEnumerable<Handle> ) : The handles.

handles_handleList

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/UpdatePlaybackCues?handles_handleList=1895,1896,1900&replace=true&updateOnly=true

handles_userNumberList

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/UpdatePlaybackCues?handles_userNumberList=6,8,10&replace=true&updateOnly=true

replace ( Boolean ) : if set to true replace the cues, otherwise merge.

replace

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/UpdatePlaybackCues?handles_userNumberList=6,8,10&replace=true&updateOnly=true

updateOnly ( Boolean ) : if set to true [update only].

updateOnly

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/UpdatePlaybackCues?handles_userNumberList=6,8,10&replace=true&updateOnly=true