public class MediaProcessTaskAdaptiveDynamicStreamingResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaProcessTaskAdaptiveDynamicStreamingResult() |
MediaProcessTaskAdaptiveDynamicStreamingResult(MediaProcessTaskAdaptiveDynamicStreamingResult 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 |
getBeginProcessTime()
Get The time when the conversion to adaptive code stream task starts, using [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
Long |
getErrCode()
Get Error code.
|
String |
getErrCodeExt()
Get Error code.
|
String |
getFinishTime()
Get The time when the adaptive code stream conversion task is completed, using [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
AdaptiveDynamicStreamingTaskInput |
getInput()
Get Input of adaptive bitrate streaming task.
|
String |
getMessage()
Get Error message.
|
AdaptiveDynamicStreamingInfoItem |
getOutput()
Get Output of adaptive bitrate streaming task.
|
Long |
getProgress()
Get The progress of the adaptive bitrate task.
|
String |
getStatus()
Get Task status.
|
void |
setBeginProcessTime(String BeginProcessTime)
Set The time when the conversion to adaptive code stream task starts, using [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
void |
setErrCode(Long ErrCode)
Set Error code.
|
void |
setErrCodeExt(String ErrCodeExt)
Set Error code.
|
void |
setFinishTime(String FinishTime)
Set The time when the adaptive code stream conversion task is completed, using [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).
|
void |
setInput(AdaptiveDynamicStreamingTaskInput Input)
Set Input of adaptive bitrate streaming task.
|
void |
setMessage(String Message)
Set Error message.
|
void |
setOutput(AdaptiveDynamicStreamingInfoItem Output)
Set Output of adaptive bitrate streaming task.
|
void |
setProgress(Long Progress)
Set The progress of the adaptive bitrate task.
|
void |
setStatus(String Status)
Set Task status.
|
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 MediaProcessTaskAdaptiveDynamicStreamingResult()
public MediaProcessTaskAdaptiveDynamicStreamingResult(MediaProcessTaskAdaptiveDynamicStreamingResult source)
public String getStatus()
public void setStatus(String Status)
Status
- Task status. Valid values: PROCESSING, SUCCESS, FAIL.public String getErrCodeExt()
public void setErrCodeExt(String ErrCodeExt)
ErrCodeExt
- Error code. An empty string indicates the task is successful; other values indicate failure. For details, see [Video Processing Error Codes](https://intl.cloud.tencent.com/zh/document/product/266/39145).public Long getErrCode()
public void setErrCode(Long ErrCode)
ErrCode
- Error code. 0 indicates the task is successful; other values indicate failure. You’re not recommended to use this parameter, but to use the new parameter `ErrCodeExt`.public String getMessage()
public void setMessage(String Message)
Message
- Error message.public Long getProgress()
public void setProgress(Long Progress)
Progress
- The progress of the adaptive bitrate task. Value range: 0-100.public AdaptiveDynamicStreamingTaskInput getInput()
public void setInput(AdaptiveDynamicStreamingTaskInput Input)
Input
- Input of adaptive bitrate streaming task.public AdaptiveDynamicStreamingInfoItem getOutput()
public void setOutput(AdaptiveDynamicStreamingInfoItem Output)
Output
- Output of adaptive bitrate streaming task.public String getBeginProcessTime()
public void setBeginProcessTime(String BeginProcessTime)
BeginProcessTime
- The time when the conversion to adaptive code stream task starts, using [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).public String getFinishTime()
public void setFinishTime(String FinishTime)
FinishTime
- The time when the adaptive code stream conversion task is completed, using [ISO date format](https://www.tencentcloud.com/document/product/266/11732#iso-date-format).Copyright © 2024. All rights reserved.