public class AudioTemplateInfoForUpdate extends AbstractModel
Constructor and Description |
---|
AudioTemplateInfoForUpdate() |
AudioTemplateInfoForUpdate(AudioTemplateInfoForUpdate 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 |
getAudioChannel()
Get Audio channel system.
|
Long |
getBitrate()
Get Audio stream bitrate in Kbps.
|
String |
getCodec()
Get Audio stream codec.
|
Long |
getSampleRate()
Get Audio stream sample rate.
|
Long[] |
getStreamSelects()
Get The audio tracks to retain.
|
void |
setAudioChannel(Long AudioChannel)
Set Audio channel system.
|
void |
setBitrate(Long Bitrate)
Set Audio stream bitrate in Kbps.
|
void |
setCodec(String Codec)
Set Audio stream codec.
|
void |
setSampleRate(Long SampleRate)
Set Audio stream sample rate.
|
void |
setStreamSelects(Long[] StreamSelects)
Set The audio tracks to retain.
|
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 AudioTemplateInfoForUpdate()
public AudioTemplateInfoForUpdate(AudioTemplateInfoForUpdate source)
public String getCodec()
public void setCodec(String Codec)
Codec
- Audio stream codec.
When the outer `Container` parameter is `mp3`, the valid value is:
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate
- Audio stream bitrate in Kbps. Value range: 0 and [26, 256]. If the value is 0, the bitrate of the audio stream will be the same as that of the original audio.public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate
- Audio stream sample rate. Valid values:
public Long getAudioChannel()
public void setAudioChannel(Long AudioChannel)
AudioChannel
- Audio channel system. Valid values:
public Long[] getStreamSelects()
public void setStreamSelects(Long[] StreamSelects)
StreamSelects
- The audio tracks to retain. All audio tracks are retained by default.Copyright © 2023. All rights reserved.