public class ExportVideoByTemplateRequest extends AbstractModel
Constructor and Description |
---|
ExportVideoByTemplateRequest() |
ExportVideoByTemplateRequest(ExportVideoByTemplateRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
CMEExportInfo |
getCMEExportInfo()
Get 导出的云剪媒体信息。指定 ExportDestination = CME 时有效。
|
Long |
getDefinition()
Get 导出模板 Id,目前不支持自定义创建,只支持下面的预置模板 Id。
10:分辨率为 480P,输出视频格式为 MP4;
11:分辨率为 720P,输出视频格式为 MP4;
12:分辨率为 1080P,输出视频格式为 MP4。
|
String |
getExportDestination()
Get 导出目标,可取值为:
CME:云剪,即导出为云剪媒体;
VOD:云点播,即导出为云点播媒资。
|
String |
getOperator()
Get 操作者。填写用户的 Id,用于标识调用者及校验项目导出权限。
|
String |
getPlatform()
Get 平台名称,指定访问的平台。
|
SlotReplacementInfo[] |
getSlotReplacements()
Get 需要替换的素材信息。
|
String |
getTemplateId()
Get 视频编辑模板 Id。
|
VODExportInfo |
getVODExportInfo()
Get 导出的云点播媒资信息。指定 ExportDestination = VOD 时有效。
|
void |
setCMEExportInfo(CMEExportInfo CMEExportInfo)
Set 导出的云剪媒体信息。指定 ExportDestination = CME 时有效。
|
void |
setDefinition(Long Definition)
Set 导出模板 Id,目前不支持自定义创建,只支持下面的预置模板 Id。
10:分辨率为 480P,输出视频格式为 MP4;
11:分辨率为 720P,输出视频格式为 MP4;
12:分辨率为 1080P,输出视频格式为 MP4。
|
void |
setExportDestination(String ExportDestination)
Set 导出目标,可取值为:
CME:云剪,即导出为云剪媒体;
VOD:云点播,即导出为云点播媒资。
|
void |
setOperator(String Operator)
Set 操作者。填写用户的 Id,用于标识调用者及校验项目导出权限。
|
void |
setPlatform(String Platform)
Set 平台名称,指定访问的平台。
|
void |
setSlotReplacements(SlotReplacementInfo[] SlotReplacements)
Set 需要替换的素材信息。
|
void |
setTemplateId(String TemplateId)
Set 视频编辑模板 Id。
|
void |
setVODExportInfo(VODExportInfo VODExportInfo)
Set 导出的云点播媒资信息。指定 ExportDestination = VOD 时有效。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ExportVideoByTemplateRequest()
public ExportVideoByTemplateRequest(ExportVideoByTemplateRequest source)
public String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台名称,指定访问的平台。public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 视频编辑模板 Id。public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 导出模板 Id,目前不支持自定义创建,只支持下面的预置模板 Id。
public String getExportDestination()
public void setExportDestination(String ExportDestination)
ExportDestination
- 导出目标,可取值为:
public SlotReplacementInfo[] getSlotReplacements()
public void setSlotReplacements(SlotReplacementInfo[] SlotReplacements)
SlotReplacements
- 需要替换的素材信息。public CMEExportInfo getCMEExportInfo()
public void setCMEExportInfo(CMEExportInfo CMEExportInfo)
CMEExportInfo
- 导出的云剪媒体信息。指定 ExportDestination = CME 时有效。public VODExportInfo getVODExportInfo()
public void setVODExportInfo(VODExportInfo VODExportInfo)
VODExportInfo
- 导出的云点播媒资信息。指定 ExportDestination = VOD 时有效。public String getOperator()
public void setOperator(String Operator)
Operator
- 操作者。填写用户的 Id,用于标识调用者及校验项目导出权限。Copyright © 2021. All rights reserved.