Function ====== Playbacks.SetPlaybackLevel ====== Single Playbacks.SetPlaybackLevel(Handle srcHandle, LevelAdjust level) ^ API | https://api.avolites.com/12.0/Playbacks.SetPlaybackLevel.html | ^ description | Sets the level of a playback. | ^ [[macros:namespace|namespace]] | [[macros:namespace:Playbacks]] | ^ parameter | srcHandle ( [[macros:identifier:handle|]] ) : The playback handle. | ^ ::: | level ( [[macros:type:object:leveladjust|]] ) : The level. | ^ return value | [[macros:type:single]] tba - the API states that this returns a single but I have no idea what this value might be useful for. | == Example in == [[macros:example:setmeatfull]]: Playbacks.SetPlaybackLevel(this, level:1) In this cuelist macro ''this'' refers to the cuelist which is set to full with ''level:1''. == Also used in == {{backlinks>.}} == Remarks == ~~DISCUSSION~~