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. |
title
Required
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.
editingProjectName
Optional
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.
timeline
Optional
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.