AVOLITES TITAN API

ReleasePlaybacksByGroup

Releases playbacks based on their location

Namespace: Playbacks

Syntax

MACRO

Void Playbacks.ReleasePlaybacksByGroup(AcwTimeSpan fadeTime, Boolean useMasterReleaseTime, String groupNames, ReleaseHandleGroupMode groupOption)

HTTP

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

Parameters

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

fadeTime

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleasePlaybacksByGroup?fadeTime=5&useMasterReleaseTime=true&groupNames={string}&groupOption={}

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

useMasterReleaseTime

HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleasePlaybacksByGroup?fadeTime=5&useMasterReleaseTime=true&groupNames={string}&groupOption={}

groupNames ( String ) : The group names, a semicolon seperated list of group names.

groupOption ( ReleaseHandleGroupMode ) : The group option.