public interface GetDirectEditResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackArgs()
回调参数
|
com.google.protobuf.ByteString |
getCallbackArgsBytes()
回调参数
|
String |
getCallbackUri()
回调地址
|
com.google.protobuf.ByteString |
getCallbackUriBytes()
回调地址
|
com.google.protobuf.ByteString |
getEditParam()
视频编辑参数
|
String |
getOutputVid()
产物vid
|
com.google.protobuf.ByteString |
getOutputVidBytes()
产物vid
|
int |
getPriority()
优先级
|
String |
getReqId()
视频编辑执行Id
|
com.google.protobuf.ByteString |
getReqIdBytes()
视频编辑执行Id
|
String |
getStatus()
编辑任务状态
|
com.google.protobuf.ByteString |
getStatusBytes()
编辑任务状态
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getReqId()
视频编辑执行Id
string ReqId = 1;com.google.protobuf.ByteString getReqIdBytes()
视频编辑执行Id
string ReqId = 1;com.google.protobuf.ByteString getEditParam()
视频编辑参数
bytes EditParam = 2;int getPriority()
优先级
int32 Priority = 3;String getCallbackUri()
回调地址
string CallbackUri = 4;com.google.protobuf.ByteString getCallbackUriBytes()
回调地址
string CallbackUri = 4;String getCallbackArgs()
回调参数
string CallbackArgs = 5;com.google.protobuf.ByteString getCallbackArgsBytes()
回调参数
string CallbackArgs = 5;String getStatus()
编辑任务状态
string Status = 6;com.google.protobuf.ByteString getStatusBytes()
编辑任务状态
string Status = 6;String getOutputVid()
产物vid
string OutputVid = 7;com.google.protobuf.ByteString getOutputVidBytes()
产物vid
string OutputVid = 7;Copyright © 2023. All rights reserved.