public class CreateAdaptiveDynamicStreamingTemplateRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateAdaptiveDynamicStreamingTemplateRequest() |
CreateAdaptiveDynamicStreamingTemplateRequest(CreateAdaptiveDynamicStreamingTemplateRequest 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 |
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 output substreams for transcoding to adaptive bitrate streaming.
|
void |
setComment(String Comment)
Set Template description.
|
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 output substreams 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, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateAdaptiveDynamicStreamingTemplateRequest()
public CreateAdaptiveDynamicStreamingTemplateRequest(CreateAdaptiveDynamicStreamingTemplateRequest source)
public String getFormat()
public void setFormat(String Format)
Format
- Adaptive bitrate streaming format. Valid values:
public AdaptiveStreamTemplate[] getStreamInfos()
public void setStreamInfos(AdaptiveStreamTemplate[] StreamInfos)
StreamInfos
- Parameter information of output substreams for transcoding to adaptive bitrate streaming. Up to 10 substreams can be output.
Note: the frame rate of each substream must be consistent; otherwise, the frame rate of the first substream is used as the output frame rate.public String getName()
public void setName(String Name)
Name
- Template name. Length limit: 64 characters.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 String getComment()
public void setComment(String Comment)
Comment
- Template description. Length limit: 256 characters.Copyright © 2024. All rights reserved.