SpeakerSettings

data class SpeakerSettings(var volume: Int?, var mute: Boolean?)

Constructors

Link copied to clipboard
fun SpeakerSettings(volume: Int?, mute: Boolean?)

Properties

Link copied to clipboard
var mute: Boolean?

current mute state, true: muted, false: unmuted

Link copied to clipboard
var volume: Int?

current volume which range in (getMinVolume .. getMaxVolume)