Void Playbacks.ReleasePlayback(Handle handle, AcwTimeSpan fadeTime, Boolean useMasterReleaseTime)
http://[ip]:4430/titan/script/2/Playbacks/ReleasePlayback?handle={handle}&fadeTime={time}&useMasterReleaseTime={bool}
Parameters
handle
(
Handle
)
:
The handle.
handle_userNumber
HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleasePlayback?handle_userNumber=6&fadeTime=5&useMasterReleaseTime=true
handle_location
HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleasePlayback?handle_location=playback_2_1&fadeTime=5&useMasterReleaseTime=true
handle_titanId
HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleasePlayback?handle_titanId=1895&fadeTime=5&useMasterReleaseTime=true
fadeTime
(
AcwTimeSpan
)
:
The fade time to release the playback over.
fadeTime
HTTP Example:
http://localhost:4430/titan/script/2/Playbacks/ReleasePlayback?handle_titanId=1895&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/ReleasePlayback?handle_titanId=1895&fadeTime=5&useMasterReleaseTime=true