public class AudioVolumeParam extends AbstractModel
Constructor and Description |
---|
AudioVolumeParam() |
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 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 © 2020. All rights reserved.