public static class GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
completeTime
The time when the transcoding job was complete.
|
String |
creationTime
The time when the transcoding job was created.
|
String |
definition
The video resolution.
|
String |
errorCode
The error code returned when the transcoding job failed.
|
String |
errorMessage
The error message returned when the transcoding job failed.
|
String |
inputFileUrl
The Object Storage Service (OSS) URL of the input file.
|
GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoListOutputFile |
outputFile
The information about the output file.
|
String |
priority
The priority of the transcoding job.
|
String |
transcodeJobId
The ID of the transcoding job.
|
String |
transcodeJobStatus
The status of the transcoding job.
|
Long |
transcodeProgress
The progress of the transcoding job.
|
String |
transcodeTemplateId
The ID of the transcoding template.
|
| 构造器和说明 |
|---|
GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList() |
@NameInMap(value="CompleteTime") public String completeTime
The time when the transcoding job was complete. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="CreationTime") public String creationTime
The time when the transcoding job was created. The time follows the ISO 8601 standard in the *yyyy-MM-dd*T*HH:mm:ss*Z format. The time is displayed in UTC.
@NameInMap(value="Definition") public String definition
The video resolution. Valid values:
* **LD**: low definition
* **SD**: standard definition
* **HD**: high definition
* **FHD**: ultra high definition
* **OD**: original definition
* **2K**: 2K
* **4K**: 4K
* **SQ**: standard sound quality
* **HQ**: high sound quality
* **AUTO**: adaptive bitrate Adaptive bitrate streams are returned only if PackageSetting is set in the transcoding template. For more information, see [Basic structures](~~52839~~).
> This parameter indicates the definition that is configured in the transcoding template and does not indicate the actual resolution of the output video.
@NameInMap(value="ErrorCode") public String errorCode
The error code returned when the transcoding job failed.
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned when the transcoding job failed.
@NameInMap(value="InputFileUrl") public String inputFileUrl
The Object Storage Service (OSS) URL of the input file.
@NameInMap(value="OutputFile") public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoListOutputFile outputFile
The information about the output file.
@NameInMap(value="Priority") public String priority
The priority of the transcoding job.
@NameInMap(value="TranscodeJobId") public String transcodeJobId
The ID of the transcoding job.
@NameInMap(value="TranscodeJobStatus") public String transcodeJobStatus
The status of the transcoding job.
* **Transcoding**
* **TranscodeSuccess**
* **TranscodeFail**
@NameInMap(value="TranscodeProgress") public Long transcodeProgress
The progress of the transcoding job. Valid values: `[0,100]`.
@NameInMap(value="TranscodeTemplateId") public String transcodeTemplateId
The ID of the transcoding template.
public GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList()
public static GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList build(Map<String,?> map) throws Exception
Exceptionpublic GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setCompleteTime(String completeTime)
public String getCompleteTime()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setCreationTime(String creationTime)
public String getCreationTime()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setDefinition(String definition)
public String getDefinition()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setErrorCode(String errorCode)
public String getErrorCode()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setInputFileUrl(String inputFileUrl)
public String getInputFileUrl()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setOutputFile(GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoListOutputFile outputFile)
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoListOutputFile getOutputFile()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setPriority(String priority)
public String getPriority()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setTranscodeJobId(String transcodeJobId)
public String getTranscodeJobId()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setTranscodeJobStatus(String transcodeJobStatus)
public String getTranscodeJobStatus()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setTranscodeProgress(Long transcodeProgress)
public Long getTranscodeProgress()
public GetTranscodeTaskResponseBody.GetTranscodeTaskResponseBodyTranscodeTaskTranscodeJobInfoList setTranscodeTemplateId(String transcodeTemplateId)
public String getTranscodeTemplateId()
Copyright © 2024. All rights reserved.