public class SubmitVideoMontageJob
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
SubmitVideoMontageJob.SubmitVideoMontageJobInput |
static class |
SubmitVideoMontageJob.SubmitVideoMontageJobOperation |
static class |
SubmitVideoMontageJob.SubmitVideoMontageJobOutput |
static class |
SubmitVideoMontageJob.SubmitVideoMontageJobVideoMontage |
限定符和类型 | 字段和说明 |
---|---|
java.lang.String |
callBack
任务回调地址,优先级高于队列的回调地址。
|
java.lang.String |
callBackFormat
任务回调格式,JSON 或 XML,默认 XML,优先级高于队列的回调格式;是否必传:否;
|
CallBackMqConfig |
callBackMqConfig
任务回调 TDMQ 配置,当 CallBackType 为 TDMQ 时必填。
|
java.lang.String |
callBackType
任务回调类型,Url 或 TDMQ,默认 Url,优先级高于队列的回调类型;是否必传:否;
|
SubmitVideoMontageJob.SubmitVideoMontageJobInput |
input
待操作的文件信息;是否必传:是;
|
SubmitVideoMontageJob.SubmitVideoMontageJobOperation |
operation
操作规则;是否必传:是;
|
java.lang.String |
tag
创建任务的 Tag:VideoMontage;是否必传:是;
|
构造器和说明 |
---|
SubmitVideoMontageJob() |
public java.lang.String tag
public SubmitVideoMontageJob.SubmitVideoMontageJobInput input
public SubmitVideoMontageJob.SubmitVideoMontageJobOperation operation
public java.lang.String callBackFormat
public java.lang.String callBackType
public java.lang.String callBack
public CallBackMqConfig callBackMqConfig