EditingProjectProps
Properties for defining a EditingProject.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-editingproject
Initializer
import com.aliyun.ros.cdk.vod.EditingProjectProps;
EditingProjectProps.builder()
.title(java.lang.String)
.title(IResolvable)
// .editingProjectName(java.lang.String)
// .editingProjectName(IResolvable)
// .timeline(java.lang.String)
// .timeline(IResolvable)
.build();
Properties
| Name | Type | Description |
|---|---|---|
title |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property title: The title of the online editing project. |
editingProjectName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property editingProjectName: The name of the online editing project. |
timeline |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property timeline: The timeline of the online editing project, in JSON format. |
titleRequired
public java.lang.Object getTitle();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property title: The title of the online editing project.
editingProjectNameOptional
public java.lang.Object getEditingProjectName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property editingProjectName: The name of the online editing project.
timelineOptional
public java.lang.Object getTimeline();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property timeline: The timeline of the online editing project, in JSON format.
If you do not specify this parameter, an empty timeline is created and the duration of the online editing project is zero.