public class AudioTransform extends AbstractModel
Constructor and Description |
---|
AudioTransform() |
AudioTransform(AudioTransform 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 |
---|---|
String |
getType()
Get 音频操作类型,取值有:
Volume:音量调节。
|
AudioVolumeParam |
getVolumeParam()
Get 音量调节参数, 当 Type = Volume 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setType(String Type)
Set 音频操作类型,取值有:
Volume:音量调节。
|
void |
setVolumeParam(AudioVolumeParam VolumeParam)
Set 音量调节参数, 当 Type = Volume 时有效。
注意:此字段可能返回 null,表示取不到有效值。
|
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 AudioTransform()
public AudioTransform(AudioTransform source)
public String getType()
public void setType(String Type)
Type
- 音频操作类型,取值有:
public AudioVolumeParam getVolumeParam()
public void setVolumeParam(AudioVolumeParam VolumeParam)
VolumeParam
- 音量调节参数, 当 Type = Volume 时有效。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.