Uses of Class
com.tencentcloudapi.cme.v20191029.models.VideoEditProjectInput
-
Packages that use VideoEditProjectInput Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VideoEditProjectInput in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VideoEditProjectInput Modifier and Type Method Description VideoEditProjectInput
CreateProjectRequest. getVideoEditProjectInput()
Get 视频编辑项目输入信息,仅当项目类型为 VIDEO_EDIT 时必填。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEditProjectInput Modifier and Type Method Description void
CreateProjectRequest. setVideoEditProjectInput(VideoEditProjectInput VideoEditProjectInput)
Set 视频编辑项目输入信息,仅当项目类型为 VIDEO_EDIT 时必填。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoEditProjectInput Constructor Description VideoEditProjectInput(VideoEditProjectInput 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.
-