public class ExportVideoEditProjectRequest extends AbstractModel
Constructor and Description |
---|
ExportVideoEditProjectRequest() |
ExportVideoEditProjectRequest(ExportVideoEditProjectRequest 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 时有效。
|
String |
getCoverData()
Get 视频封面图片文件(如 jpeg, png 等)进行 Base64 编码后的字符串,仅支持 gif、jpeg、png 三种图片格式,原图片文件不能超过2 M大 小。
|
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 平台名称,指定访问的平台。
|
String |
getProjectId()
Get 项目 Id。
|
VODExportInfo |
getVODExportInfo()
Get 导出的云点播媒资信息。指定 ExportDestination = VOD 时有效。
|
void |
setCMEExportInfo(CMEExportInfo CMEExportInfo)
Set 导出的云剪媒体信息。指定 ExportDestination = CME 时有效。
|
void |
setCoverData(String CoverData)
Set 视频封面图片文件(如 jpeg, png 等)进行 Base64 编码后的字符串,仅支持 gif、jpeg、png 三种图片格式,原图片文件不能超过2 M大 小。
|
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 |
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 ExportVideoEditProjectRequest()
public ExportVideoEditProjectRequest(ExportVideoEditProjectRequest source)
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 String getCoverData()
public void setCoverData(String CoverData)
CoverData
- 视频封面图片文件(如 jpeg, png 等)进行 Base64 编码后的字符串,仅支持 gif、jpeg、png 三种图片格式,原图片文件不能超过2 M大 小。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.