public class CreateLiveRecordTemplateRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateLiveRecordTemplateRequest() | 
| CreateLiveRecordTemplateRequest(CreateLiveRecordTemplateRequest 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 模板描述信息,长度限制:256 个字符。 | 
| HLSConfigureInfo | getHLSConfigure()Get HLS配置参数,和MP4Configure需要二选一必填。 | 
| MP4ConfigureInfo | getMP4Configure()Get MP4配置参数,和HLSConfigure需要二选一必填。 | 
| String | getName()Get 录制模板名称,长度限制:64 个字符。 | 
| String | getRecordType()Get 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。不填时默认值为video。 | 
| void | setComment(String Comment)Set 模板描述信息,长度限制:256 个字符。 | 
| void | setHLSConfigure(HLSConfigureInfo HLSConfigure)Set HLS配置参数,和MP4Configure需要二选一必填。 | 
| void | setMP4Configure(MP4ConfigureInfo MP4Configure)Set MP4配置参数,和HLSConfigure需要二选一必填。 | 
| void | setName(String Name)Set 录制模板名称,长度限制:64 个字符。 | 
| void | setRecordType(String RecordType)Set 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。不填时默认值为video。 | 
| 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 CreateLiveRecordTemplateRequest()
public CreateLiveRecordTemplateRequest(CreateLiveRecordTemplateRequest source)
public HLSConfigureInfo getHLSConfigure()
public void setHLSConfigure(HLSConfigureInfo HLSConfigure)
HLSConfigure - HLS配置参数,和MP4Configure需要二选一必填。public MP4ConfigureInfo getMP4Configure()
public void setMP4Configure(MP4ConfigureInfo MP4Configure)
MP4Configure - MP4配置参数,和HLSConfigure需要二选一必填。public String getName()
public void setName(String Name)
Name - 录制模板名称,长度限制:64 个字符。public String getComment()
public void setComment(String Comment)
Comment - 模板描述信息,长度限制:256 个字符。public String getRecordType()
public void setRecordType(String RecordType)
RecordType - 录制类型,取值为video(音视频录制)、audio(纯音频录制)、auto(自动探测)。不填时默认值为video。Copyright © 2025. All rights reserved.