public class AudioTransform extends AbstractModel
| Constructor and Description |
|---|
AudioTransform() |
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Get Audio operation type.
|
AudioVolumeParam |
getVolumeParam()
Get Volume adjustment parameter, which is valid if `Type` is `Volume`.
|
void |
setType(String Type)
Set Audio operation type.
|
void |
setVolumeParam(AudioVolumeParam VolumeParam)
Set Volume adjustment parameter, which is valid if `Type` is `Volume`.
|
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, toJsonStringpublic String getType()
public void setType(String Type)
Type - Audio operation type. Valid values:
public AudioVolumeParam getVolumeParam()
public void setVolumeParam(AudioVolumeParam VolumeParam)
VolumeParam - Volume adjustment parameter, which is valid if `Type` is `Volume`.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2020. All rights reserved.