public class CreateMediaLiveChannelRequest extends AbstractModel
Constructor and Description |
---|
CreateMediaLiveChannelRequest() |
Modifier and Type | Method and Description |
---|---|
AttachedInputInfo[] |
getAttachedInputs()
Get Associated media input.
|
AudioTemplateInfo[] |
getAudioTemplates()
Get Audio transcoding template array.
|
String |
getName()
Get Channel name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.
|
OutputGroupsInfo[] |
getOutputGroups()
Get Configuration information of channel output groups.
|
VideoTemplateInfo[] |
getVideoTemplates()
Get Video transcoding template array.
|
void |
setAttachedInputs(AttachedInputInfo[] AttachedInputs)
Set Associated media input.
|
void |
setAudioTemplates(AudioTemplateInfo[] AudioTemplates)
Set Audio transcoding template array.
|
void |
setName(String Name)
Set Channel name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.
|
void |
setOutputGroups(OutputGroupsInfo[] OutputGroups)
Set Configuration information of channel output groups.
|
void |
setVideoTemplates(VideoTemplateInfo[] VideoTemplates)
Set Video transcoding template array.
|
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 String getName()
public void setName(String Name)
Name
- Channel name, which can contain 1-32 letters, digits, and underscores and must be unique at the region level.public AttachedInputInfo[] getAttachedInputs()
public void setAttachedInputs(AttachedInputInfo[] AttachedInputs)
AttachedInputs
- Associated media input. Quantity limit: [1,1].public OutputGroupsInfo[] getOutputGroups()
public void setOutputGroups(OutputGroupsInfo[] OutputGroups)
OutputGroups
- Configuration information of channel output groups. Quantity limit: [1,10].public AudioTemplateInfo[] getAudioTemplates()
public void setAudioTemplates(AudioTemplateInfo[] AudioTemplates)
AudioTemplates
- Audio transcoding template array. Quantity limit: [1,20].public VideoTemplateInfo[] getVideoTemplates()
public void setVideoTemplates(VideoTemplateInfo[] VideoTemplates)
VideoTemplates
- Video transcoding template array. Quantity limit: [1,10].Copyright © 2020. All rights reserved.