Uses of Class
com.tencentcloudapi.cme.v20191029.models.VideoTrackItem
-
Packages that use VideoTrackItem Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VideoTrackItem in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VideoTrackItem Modifier and Type Method Description VideoTrackItemMediaTrackItem. getVideoItem()Get 视频片段,当 Type = Video 时有效。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoTrackItem Modifier and Type Method Description voidMediaTrackItem. setVideoItem(VideoTrackItem VideoItem)Set 视频片段,当 Type = Video 时有效。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoTrackItem Constructor Description VideoTrackItem(VideoTrackItem 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.
-