Table of Contents

Web API request

Playbacks/SetPlaybackLevel

Sets the level of a playback.

API https://api.avolites.com/12.0/Playbacks.SetPlaybackLevel.html
namespace Playbacks
usage http://[ip]:4430/titan/script/2/Playbacks/SetPlaybackLevel?srcHandle={handle}&level={level}
example http://localhost:4430/titan/script/2/Playbacks/SetPlaybackLevel?srcHandle_userNumber=1&level_level=.921 (link opens in new tab)
action This sets the playback with the usernumber 1 to 92.1% intensity.
parameter Handle - the playback handle to set
Level - the level the playback to set to
returns The intensity if successfull. The intensity is returned as Single, eventually with more decimal places than you might expect (i.e. decreasing from 90% by 55% returns 0.349999964).
If the request was not successfull an error is displayed.
remarks

Screenshot

Used In