public class ModifyAdaptiveDynamicStreamingTemplateRequest extends AbstractModel
| Constructor and Description | 
|---|
| ModifyAdaptiveDynamicStreamingTemplateRequest() | 
| ModifyAdaptiveDynamicStreamingTemplateRequest(ModifyAdaptiveDynamicStreamingTemplateRequest 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. | 
| Long | getDefinition()Get Unique ID of an adaptive bitrate streaming template. | 
| Long | getDisableHigherVideoBitrate()Get Whether to prohibit transcoding from low bitrate to high bitrate. | 
| Long | getDisableHigherVideoResolution()Get Whether to prohibit transcoding from low resolution to high resolution. | 
| String | getFormat()Get Adaptive bitrate streaming format. | 
| String | getName()Get Template name. | 
| AdaptiveStreamTemplate[] | getStreamInfos()Get Parameter information of input streams for transcoding to adaptive bitrate streaming. | 
| void | setComment(String Comment)Set Template description. | 
| void | setDefinition(Long Definition)Set Unique ID of an adaptive bitrate streaming template. | 
| void | setDisableHigherVideoBitrate(Long DisableHigherVideoBitrate)Set Whether to prohibit transcoding from low bitrate to high bitrate. | 
| void | setDisableHigherVideoResolution(Long DisableHigherVideoResolution)Set Whether to prohibit transcoding from low resolution to high resolution. | 
| void | setFormat(String Format)Set Adaptive bitrate streaming format. | 
| void | setName(String Name)Set Template name. | 
| void | setStreamInfos(AdaptiveStreamTemplate[] StreamInfos)Set Parameter information of input streams for transcoding to adaptive bitrate streaming. | 
| 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 ModifyAdaptiveDynamicStreamingTemplateRequest()
public ModifyAdaptiveDynamicStreamingTemplateRequest(ModifyAdaptiveDynamicStreamingTemplateRequest source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Unique ID of an adaptive bitrate streaming template.public String getName()
public void setName(String Name)
Name - Template name. Length limit: 64 characters.public String getFormat()
public void setFormat(String Format)
Format - Adaptive bitrate streaming format. Valid values:
public Long getDisableHigherVideoBitrate()
public void setDisableHigherVideoBitrate(Long DisableHigherVideoBitrate)
DisableHigherVideoBitrate - Whether to prohibit transcoding from low bitrate to high bitrate. Valid values:
public Long getDisableHigherVideoResolution()
public void setDisableHigherVideoResolution(Long DisableHigherVideoResolution)
DisableHigherVideoResolution - Whether to prohibit transcoding from low resolution to high resolution. Valid values:
public AdaptiveStreamTemplate[] getStreamInfos()
public void setStreamInfos(AdaptiveStreamTemplate[] StreamInfos)
StreamInfos - Parameter information of input streams for transcoding to adaptive bitrate streaming. Up to 10 streams can be input.
Note: the frame rate of each stream must be consistent; otherwise, the frame rate of the first stream is used as the output frame rate.public String getComment()
public void setComment(String Comment)
Comment - Template description. Length limit: 256 characters.Copyright © 2022. All rights reserved.