Skip to content

EditingProjectProps

Properties for defining a EditingProject.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-vod-editingproject

Initializer

using AlibabaCloud.SDK.ROS.CDK.Vod;
new EditingProjectProps {
    object Title,
    object EditingProjectName = null,
    object Timeline = null
};

Properties

Name Type Description
Title object Property title: The title of the online editing project.
EditingProjectName object Property editingProjectName: The name of the online editing project.
Timeline object Property timeline: The timeline of the online editing project, in JSON format.

TitleRequired

public object Title { get; set; }
  • Type: object

Property title: The title of the online editing project.


EditingProjectNameOptional

public object EditingProjectName { get; set; }
  • Type: object

Property editingProjectName: The name of the online editing project.


TimelineOptional

public object Timeline { get; set; }
  • Type: object

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.