public class LiveRecordTemplate extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| LiveRecordTemplate() | 
| LiveRecordTemplate(LiveRecordTemplate 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 | getComment()Get 模板描述信息。 | 
| String | getCreateTime()Get 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| Long | getDefinition()Get 录制模板唯一标识。 | 
| HLSConfigureInfo | getHLSConfigure()Get HLS 配置参数 | 
| MP4ConfigureInfo | getMP4Configure()Get MP4配置参数 | 
| String | getName()Get 录制模板名称。 | 
| String | getRecordType()Get 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。 | 
| String | getType()Get 模板类型,取值:
Preset:系统预置模板;
Custom:用户自定义模板。 | 
| String | getUpdateTime()Get 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| void | setComment(String Comment)Set 模板描述信息。 | 
| void | setCreateTime(String CreateTime)Set 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| void | setDefinition(Long Definition)Set 录制模板唯一标识。 | 
| void | setHLSConfigure(HLSConfigureInfo HLSConfigure)Set HLS 配置参数 | 
| void | setMP4Configure(MP4ConfigureInfo MP4Configure)Set MP4配置参数 | 
| void | setName(String Name)Set 录制模板名称。 | 
| void | setRecordType(String RecordType)Set 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。 | 
| void | setType(String Type)Set 模板类型,取值:
Preset:系统预置模板;
Custom:用户自定义模板。 | 
| void | setUpdateTime(String UpdateTime)Set 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。 | 
| 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, toJsonStringpublic LiveRecordTemplate()
public LiveRecordTemplate(LiveRecordTemplate source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - 录制模板唯一标识。public HLSConfigureInfo getHLSConfigure()
public void setHLSConfigure(HLSConfigureInfo HLSConfigure)
HLSConfigure - HLS 配置参数public MP4ConfigureInfo getMP4Configure()
public void setMP4Configure(MP4ConfigureInfo MP4Configure)
MP4Configure - MP4配置参数public String getName()
public void setName(String Name)
Name - 录制模板名称。public String getComment()
public void setComment(String Comment)
Comment - 模板描述信息。public String getType()
public void setType(String Type)
Type - 模板类型,取值:
public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime - 模板创建时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。public String getUpdateTime()
public void setUpdateTime(String UpdateTime)
UpdateTime - 模板最后修改时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/862/37710#52)。public String getRecordType()
public void setRecordType(String RecordType)
RecordType - 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。Copyright © 2025. All rights reserved.