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 Template description, with a length limit of 256 characters. 
 | 
HLSConfigureInfo | 
getHLSConfigure()
Get HLS configuration parameter. 
 | 
MP4ConfigureInfo | 
getMP4Configure()
Get MP4 configuration parameter. 
 | 
String | 
getName()
Get Recording template name. 
 | 
String | 
getRecordType()
Get Recording type. 
 | 
void | 
setComment(String Comment)
Set Template description, with a length limit of 256 characters. 
 | 
void | 
setHLSConfigure(HLSConfigureInfo HLSConfigure)
Set HLS configuration parameter. 
 | 
void | 
setMP4Configure(MP4ConfigureInfo MP4Configure)
Set MP4 configuration parameter. 
 | 
void | 
setName(String Name)
Set Recording template name. 
 | 
void | 
setRecordType(String RecordType)
Set Recording type. 
 | 
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 configuration parameter. Either this parameter or MP4Configure should be specified.public MP4ConfigureInfo getMP4Configure()
public void setMP4Configure(MP4ConfigureInfo MP4Configure)
MP4Configure - MP4 configuration parameter. Either this parameter or HLSConfigure should be specified.public String getName()
public void setName(String Name)
Name - Recording template name. Length limit: 64 characters.public String getComment()
public void setComment(String Comment)
Comment - Template description, with a length limit of 256 characters.public String getRecordType()
public void setRecordType(String RecordType)
RecordType - Recording type. Valid values: 
- video: audio and video recording; 
- audio: audio recording; 
- auto: automatic detection;
If it is left blank, "video" will be used as the default value.Copyright © 2025. All rights reserved.