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