public class ComposeAudioOperation extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeAudioOperation() |
ComposeAudioOperation(ComposeAudioOperation 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:音量调节。
|
Float |
getVolume()
Get 当 Type = Volume 时有效。音量调节参数,取值范围: 0~5。
0 表示静音。
小于1 表示降低音量。
1 表示不变。
大于1表示升高音量。
|
void |
setType(String Type)
Set 音频操作类型,取值有:
Volume:音量调节。
|
void |
setVolume(Float Volume)
Set 当 Type = Volume 时有效。音量调节参数,取值范围: 0~5。
0 表示静音。
小于1 表示降低音量。
1 表示不变。
大于1表示升高音量。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ComposeAudioOperation()
public ComposeAudioOperation(ComposeAudioOperation source)
public String getType()
public void setType(String Type)
Type
- 音频操作类型,取值有:
public Float getVolume()
public void setVolume(Float Volume)
Volume
- 当 Type = Volume 时有效。音量调节参数,取值范围: 0~5。
Copyright © 2024. All rights reserved.