public class VolumeAdjust extends Object
| Constructor and Description |
|---|
VolumeAdjust() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getGain() |
Boolean |
getMute() |
Boolean |
getNorm() |
void |
setGain(Integer gain) |
void |
setMute(Boolean mute) |
void |
setNorm(Boolean norm) |
String |
toString() |
VolumeAdjust |
withGain(Integer gain) |
VolumeAdjust |
withMute(Boolean mute) |
VolumeAdjust |
withNorm(Boolean norm) |
public Boolean getMute()
public void setMute(Boolean mute)
public VolumeAdjust withMute(Boolean mute)
public Boolean getNorm()
public void setNorm(Boolean norm)
public VolumeAdjust withNorm(Boolean norm)
public Integer getGain()
public void setGain(Integer gain)
public VolumeAdjust withGain(Integer gain)
Copyright © 2021. All rights reserved.