public class AudioTrackTemplateInfo extends AbstractModel
| 构造器和说明 |
|---|
AudioTrackTemplateInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAudioChannel()
Get 音频通道方式,可选值:
1:单通道
2:双通道
6:立体声
默认值:2。
|
Long |
getBitrate()
Get 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
|
String |
getCodec()
Get 音频轨编码格式。
|
String |
getComment()
Get 模板描述信息,长度限制:256 个字符。
|
String |
getCreateTime()
Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
Long |
getDefinition()
Get 模板唯一标识。
|
String |
getName()
Get 模板名称,长度限制:64 个字符。
|
Long |
getSampleRate()
Get 音频流的采样率,可选值:
32000
44100
48000
单位:Hz。
|
String |
getType()
Get 模板类型,可选值:
Preset:系统预置模板;
Custom:用户自定义模板。
|
String |
getUpdateTime()
Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
void |
setAudioChannel(Long AudioChannel)
Set 音频通道方式,可选值:
1:单通道
2:双通道
6:立体声
默认值:2。
|
void |
setBitrate(Long Bitrate)
Set 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
|
void |
setCodec(String Codec)
Set 音频轨编码格式。
|
void |
setComment(String Comment)
Set 模板描述信息,长度限制:256 个字符。
|
void |
setCreateTime(String CreateTime)
Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
void |
setDefinition(Long Definition)
Set 模板唯一标识。
|
void |
setName(String Name)
Set 模板名称,长度限制:64 个字符。
|
void |
setSampleRate(Long SampleRate)
Set 音频流的采样率,可选值:
32000
44100
48000
单位:Hz。
|
void |
setType(String Type)
Set 模板类型,可选值:
Preset:系统预置模板;
Custom:用户自定义模板。
|
void |
setUpdateTime(String UpdateTime)
Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。
|
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 Long getDefinition()
public void setDefinition(Long Definition)
Definition - 模板唯一标识。public String getCodec()
public void setCodec(String Codec)
Codec - 音频轨编码格式。
当 Container 为 mp3 时,可选值为:
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - 音频流的码率,取值范围:0 和 [26, 256],单位:kbps。
当取值为 0,表示音频码率和原始音频保持一致。public Long getSampleRate()
public void setSampleRate(Long SampleRate)
SampleRate - 音频流的采样率,可选值:
public String getType()
public void setType(String Type)
Type - 模板类型,可选值:
public String getName()
public void setName(String Name)
Name - 模板名称,长度限制:64 个字符。public String getComment()
public void setComment(String Comment)
Comment - 模板描述信息,长度限制:256 个字符。public Long getAudioChannel()
public void setAudioChannel(Long AudioChannel)
AudioChannel - 音频通道方式,可选值:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#iso-.E6.97.A5.E6.9C.9F.E6.A0.BC.E5.BC.8F)。Copyright © 2020. All rights reserved.