public class ExportVideoEditProjectRequest extends AbstractModel
Constructor and Description |
---|
ExportVideoEditProjectRequest() |
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 |
getPlatform()
Get 平台名称,指定访问的平台。
|
String |
getProjectId()
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 |
setPlatform(String Platform)
Set 平台名称,指定访问的平台。
|
void |
setProjectId(String ProjectId)
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 String getPlatform()
public void setPlatform(String Platform)
Platform
- 平台名称,指定访问的平台。public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目 Id。public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 导出模板 Id,目前不支持自定义创建,只支持下面的预置模板 Id。
public String getExportDestination()
public void setExportDestination(String ExportDestination)
ExportDestination
- 导出目标。
public CMEExportInfo getCMEExportInfo()
public void setCMEExportInfo(CMEExportInfo CMEExportInfo)
CMEExportInfo
- 导出的云剪素材信息。指定 ExportDestination = CME 时有效。public VODExportInfo getVODExportInfo()
public void setVODExportInfo(VODExportInfo VODExportInfo)
VODExportInfo
- 导出的云点播媒资信息。指定 ExportDestination = VOD 时有效。Copyright © 2020. All rights reserved.