AVOLITES TITAN API

DeletePlaybackStep

Deletes a step from a playback.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.DeletePlaybackStep(Handle handle, Single startCueNumber, Single endCueNumber)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/DeletePlaybackStep?handle={handle}&startCueNumber={float}&endCueNumber={float}

Parameters

handle ( Handle ) : The handle.

handle_userNumber

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/DeletePlaybackStep?handle_userNumber=6&startCueNumber={float}&endCueNumber={float}

handle_location

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/DeletePlaybackStep?handle_location=playback_2_1&startCueNumber={float}&endCueNumber={float}

handle_titanId

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/DeletePlaybackStep?handle_titanId=1895&startCueNumber={float}&endCueNumber={float}

startCueNumber ( Single ) : The first cue number to delete.

endCueNumber ( Single ) : The last cue number to delete.