public class AudioNormalizationSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
AudioNormalizationSettings() |
AudioNormalizationSettings(AudioNormalizationSettings 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 |
---|---|
Long |
getAudioNormalizationEnabled()
Get Whether to enable special configuration for audio transcoding: 1: Enable 0: Disable, the default value is 0.
|
Float |
getTargetLUFS()
Get Loudness value, floating-point number, rounded to one decimal place, range -5 to -70.
|
void |
setAudioNormalizationEnabled(Long AudioNormalizationEnabled)
Set Whether to enable special configuration for audio transcoding: 1: Enable 0: Disable, the default value is 0.
|
void |
setTargetLUFS(Float TargetLUFS)
Set Loudness value, floating-point number, rounded to one decimal place, range -5 to -70.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AudioNormalizationSettings()
public AudioNormalizationSettings(AudioNormalizationSettings source)
public Long getAudioNormalizationEnabled()
public void setAudioNormalizationEnabled(Long AudioNormalizationEnabled)
AudioNormalizationEnabled
- Whether to enable special configuration for audio transcoding: 1: Enable 0: Disable, the default value is 0.public Float getTargetLUFS()
public void setTargetLUFS(Float TargetLUFS)
TargetLUFS
- Loudness value, floating-point number, rounded to one decimal place, range -5 to -70.Copyright © 2025. All rights reserved.