Uses of Class
com.tencentcloudapi.cme.v20191029.models.MediaTrackItem
-
Packages that use MediaTrackItem Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of MediaTrackItem in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return MediaTrackItem Modifier and Type Method Description MediaTrackItem[]MediaTrack. getTrackItems()Get 轨道上的媒体片段列表。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaTrackItem Modifier and Type Method Description voidMediaTrack. setTrackItems(MediaTrackItem[] TrackItems)Set 轨道上的媒体片段列表。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type MediaTrackItem Constructor Description MediaTrackItem(MediaTrackItem 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.
-