public static class GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
bitrate
The average bitrate of the output video.
|
String |
completeTime
The time when the transcoding job was complete.
|
String |
creationTime
The time when the transcoding job was created.
|
String |
duration
The duration of the output video.
|
String |
errorCode
The error code returned when the transcoding job failed.
|
String |
errorMessage
The error message returned when the transcoding job failed.
|
Long |
filesize
The size of the output video.
|
String |
format
The container format of the output video.
|
String |
fps
The frame rate of the output video.
|
String |
height
The height of the output video.
|
String |
transcodeJobStatus
The status of the transcoding job.
|
Long |
transcodeProgress
The transcoding progress.
|
String |
transcodeTemplateId
The ID of the transcoding template.
|
List<String> |
watermarkIdList
The IDs of the watermarks that are applied to the output video.
|
String |
width
The width of the output video.
|
@NameInMap(value="Bitrate") public String bitrate
The average bitrate of the output video. Unit: Kbit/s.
@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="Duration") public String duration
The duration of the output video. Unit: seconds.
@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="Filesize") public Long filesize
The size of the output video. Unit: bytes.
@NameInMap(value="Format") public String format
The container format of the output video.
@NameInMap(value="Fps") public String fps
The frame rate of the output video. Unit: frames per second.
@NameInMap(value="Height") public String height
The height of the output video. Unit: pixels.
@NameInMap(value="TranscodeJobStatus") public String transcodeJobStatus
The status of the transcoding job. Valid values:
* **Transcoding**
* **TranscodeSuccess**
* **TranscodeFail**
@NameInMap(value="TranscodeProgress") public Long transcodeProgress
The transcoding progress. Valid values: `[0,100]`.
@NameInMap(value="TranscodeTemplateId") public String transcodeTemplateId
The ID of the transcoding template.
@NameInMap(value="WatermarkIdList") public List<String> watermarkIdList
The IDs of the watermarks that are applied to the output video.
@NameInMap(value="Width") public String width
The width of the output video. Unit: pixels.
public GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList()
public static GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList build(Map<String,?> map) throws Exception
Exceptionpublic GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setBitrate(String bitrate)
public String getBitrate()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setCompleteTime(String completeTime)
public String getCompleteTime()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setCreationTime(String creationTime)
public String getCreationTime()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setDuration(String duration)
public String getDuration()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setErrorCode(String errorCode)
public String getErrorCode()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setFilesize(Long filesize)
public Long getFilesize()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setFormat(String format)
public String getFormat()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setFps(String fps)
public String getFps()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setHeight(String height)
public String getHeight()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setTranscodeJobStatus(String transcodeJobStatus)
public String getTranscodeJobStatus()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setTranscodeProgress(Long transcodeProgress)
public Long getTranscodeProgress()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setTranscodeTemplateId(String transcodeTemplateId)
public String getTranscodeTemplateId()
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setWatermarkIdList(List<String> watermarkIdList)
public GetTranscodeSummaryResponseBody.GetTranscodeSummaryResponseBodyTranscodeSummaryListTranscodeJobInfoSummaryList setWidth(String width)
public String getWidth()
Copyright © 2024. All rights reserved.