Skip to content

EditingProjectProps

Properties for defining a EditingProject.

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

Initializer

import { EditingProjectProps } from '@alicloud/ros-cdk-vod'
const editingProjectProps: EditingProjectProps = { ... }

Properties

Name Type Description
title string | @alicloud/ros-cdk-core.IResolvable Property title: The title of the online editing project.
editingProjectName string | @alicloud/ros-cdk-core.IResolvable Property editingProjectName: The name of the online editing project.
timeline string | @alicloud/ros-cdk-core.IResolvable Property timeline: The timeline of the online editing project, in JSON format.

titleRequired

public readonly title: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property title: The title of the online editing project.


editingProjectNameOptional

public readonly editingProjectName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property editingProjectName: The name of the online editing project.


timelineOptional

public readonly timeline: string | IResolvable;
  • Type: string | @alicloud/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.