public static final class ListTranscodeTaskResponseBody.TranscodeTaskList.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
ListTranscodeTaskResponseBody.TranscodeTaskList |
build() |
ListTranscodeTaskResponseBody.TranscodeTaskList.Builder |
completeTime(String completeTime)
Queries transcoding tasks based on the media ID.
|
ListTranscodeTaskResponseBody.TranscodeTaskList.Builder |
creationTime(String creationTime)
The ID of the audio or video file.
|
ListTranscodeTaskResponseBody.TranscodeTaskList.Builder |
taskStatus(String taskStatus)
The number of entries to return on each page.
|
ListTranscodeTaskResponseBody.TranscodeTaskList.Builder |
transcodeTaskId(String transcodeTaskId)
TranscodeTaskId.
|
ListTranscodeTaskResponseBody.TranscodeTaskList.Builder |
transcodeTemplateGroupId(String transcodeTemplateGroupId)
TranscodeTemplateGroupId.
|
ListTranscodeTaskResponseBody.TranscodeTaskList.Builder |
trigger(String trigger)
The status of the transcoding task.
|
ListTranscodeTaskResponseBody.TranscodeTaskList.Builder |
videoId(String videoId)
The ID of the request.
|
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder completeTime(String completeTime)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder creationTime(String creationTime)
* Log on to the [ApsaraVideo VOD](https://vod.console.aliyun.com) console. In the left-side navigation pane, choose **Media Files** > **Audio/Video**. On the Video and Audio page, view the ID of the audio or video file. This method is applicable to files that are uploaded by using the ApsaraVideo VOD console. * Obtain the value of VideoId from the response to the [CreateUploadVideo](~~55407~~) operation that you call to obtain the upload URL and credential. * Obtain the value of VideoId by calling the [SearchMedia](~~86044~~) operation. This method is applicable to files that have been uploaded.
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder taskStatus(String taskStatus)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder transcodeTaskId(String transcodeTaskId)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder transcodeTemplateGroupId(String transcodeTemplateGroupId)
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder trigger(String trigger)
* **Processing**: In progress. * **Partial**: Some transcoding jobs were complete. * **CompleteAllSucc**: All transcoding jobs were successful. * **CompleteAllFail**: All transcoding jobs failed. If an exception occurs in the source file, no transcoding job is initiated and the transcoding task fails. * **CompletePartialSucc**: All transcoding jobs were complete but only some were successful.
public ListTranscodeTaskResponseBody.TranscodeTaskList.Builder videoId(String videoId)
public ListTranscodeTaskResponseBody.TranscodeTaskList build()
Copyright © 2023. All rights reserved.