public class AudioVolumeParam extends AbstractModel
Constructor and Description |
---|
AudioVolumeParam() |
AudioVolumeParam(AudioVolumeParam source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Float |
getGain()
Get Audio gain.
|
Long |
getMute()
Get Whether to mute.
|
void |
setGain(Float Gain)
Set Audio gain.
|
void |
setMute(Long Mute)
Set Whether to mute.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public AudioVolumeParam()
public AudioVolumeParam(AudioVolumeParam source)
public Long getMute()
public void setMute(Long Mute)
Mute
- Whether to mute. Valid values: 0, 1.
public Float getGain()
public void setGain(Float Gain)
Gain
- Audio gain. Value range: 0-10.
Copyright © 2023. All rights reserved.