| Modifier and Type | Method and Description |
|---|---|
Volume.VolumeBuilder |
Volume.VolumeBuilder.level(Double level)
Sets the current volume level as a value between
0.0 and
1.0. |
Volume.VolumeBuilder |
Volume.modify()
Creates a new
Volume.VolumeBuilder that is initialized with the values
from this Volume instance, which can be modified and then used to
create a new (immutable) Volume instance. |
Volume.VolumeBuilder |
Volume.VolumeBuilder.muted(Boolean muted)
Sets whether the receiver is muted, independent of the volume level.
|
Copyright © 2022. All rights reserved.