Class: SystemVolumeData

  • SystemVolumeData represents the system volume data.

  • It includes properties for the volume level (between 0.0 and 1.0) and whether the volume is muted.

Constructor

SystemVolumeData

new SystemVolumeData()

Properties

level

number

The system volume. The value will be between 0.0 and 1.0. For example, a value of 0.5 represents the volume set to half of its maximum.

muted

boolean

true when the system volume is muted.