public class AdaptiveDynamicStreamingTaskInput extends AbstractModel
Constructor and Description |
---|
AdaptiveDynamicStreamingTaskInput() |
AdaptiveDynamicStreamingTaskInput(AdaptiveDynamicStreamingTaskInput 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 |
---|---|
Long |
getDefinition()
Get Adaptive bitrate streaming template ID.
|
String |
getOutputObjectPath()
Get The relative or absolute output path of the manifest file after being transcoded to adaptive bitrate streaming.
|
TaskOutputStorage |
getOutputStorage()
Get Target bucket of an output file after being transcoded to adaptive bitrate streaming.
|
String |
getSegmentObjectName()
Get The relative output path of the segment file after being transcoded to adaptive bitrate streaming (in HLS format only).
|
String |
getSubStreamObjectName()
Get The relative output path of the substream file after being transcoded to adaptive bitrate streaming.
|
WatermarkInput[] |
getWatermarkSet()
Get List of up to 10 image or text watermarks.
|
void |
setDefinition(Long Definition)
Set Adaptive bitrate streaming template ID.
|
void |
setOutputObjectPath(String OutputObjectPath)
Set The relative or absolute output path of the manifest file after being transcoded to adaptive bitrate streaming.
|
void |
setOutputStorage(TaskOutputStorage OutputStorage)
Set Target bucket of an output file after being transcoded to adaptive bitrate streaming.
|
void |
setSegmentObjectName(String SegmentObjectName)
Set The relative output path of the segment file after being transcoded to adaptive bitrate streaming (in HLS format only).
|
void |
setSubStreamObjectName(String SubStreamObjectName)
Set The relative output path of the substream file after being transcoded to adaptive bitrate streaming.
|
void |
setWatermarkSet(WatermarkInput[] WatermarkSet)
Set List of up to 10 image or text watermarks.
|
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 AdaptiveDynamicStreamingTaskInput()
public AdaptiveDynamicStreamingTaskInput(AdaptiveDynamicStreamingTaskInput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- Adaptive bitrate streaming template ID.public WatermarkInput[] getWatermarkSet()
public void setWatermarkSet(WatermarkInput[] WatermarkSet)
WatermarkSet
- List of up to 10 image or text watermarks.public TaskOutputStorage getOutputStorage()
public void setOutputStorage(TaskOutputStorage OutputStorage)
OutputStorage
- Target bucket of an output file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, the `OutputStorage` value of the upper folder will be inherited.
Note: this field may return null, indicating that no valid values can be obtained.public String getOutputObjectPath()
public void setOutputObjectPath(String OutputObjectPath)
OutputObjectPath
- The relative or absolute output path of the manifest file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: `{inputName}_adaptiveDynamicStreaming_{definition}.{format}`.public String getSubStreamObjectName()
public void setSubStreamObjectName(String SubStreamObjectName)
SubStreamObjectName
- The relative output path of the substream file after being transcoded to adaptive bitrate streaming. If this parameter is left empty, a relative path in the following format will be used by default: `{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}.{format}`.public String getSegmentObjectName()
public void setSegmentObjectName(String SegmentObjectName)
SegmentObjectName
- The relative output path of the segment file after being transcoded to adaptive bitrate streaming (in HLS format only). If this parameter is left empty, a relative path in the following format will be used by default: `{inputName}_adaptiveDynamicStreaming_{definition}_{subStreamNumber}_{segmentNumber}.{format}`.Copyright © 2023. All rights reserved.