Description
- Set the volume for all types of playback.
Syntax
- Exec.VolumeAll(level)
Parameters
- level
- (integer) sets the volume level
-
Possible Values
- 0<level<255
- a value between 0 (mute) and 255 (loudest)
- +level
- increases the volume by the amount of level
- -level
- decreases the volume by the amount of level
Examples
- Exec.VolumeAll(120)
- Sets the system volume to 120.
- Exec.VolumeAll(-120)
- Decreases the system volume by 120.