VolumeState

data class VolumeState(val current: Int, val max: Int, val min: Int = 0)

Data class holding the current state of the volume system.

Constructors

Link copied to clipboard
constructor(current: Int, max: Int, min: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int = 0