AVOLITES TITAN API

ReleaseAllPlaybacks

Releases all playbacks.

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.ReleaseAllPlaybacks(AcwTimeSpan fadeTime, Boolean useMasterReleaseTime)

HTTP

http://[ip]:4430/titan/script/2/Playbacks/ReleaseAllPlaybacks?fadeTime={time}&useMasterReleaseTime={bool}

Parameters

fadeTime ( AcwTimeSpan ) : The fade time to use when releasing.

fadeTime

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleaseAllPlaybacks?fadeTime=5&useMasterReleaseTime=true

useMasterReleaseTime ( Boolean ) : True if we are to ignore the playback's release time

useMasterReleaseTime

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleaseAllPlaybacks?fadeTime=5&useMasterReleaseTime=true