Uses of Class
com.tencentcloudapi.cme.v20191029.models.VideoStreamInfo
-
Packages that use VideoStreamInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of VideoStreamInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return VideoStreamInfo Modifier and Type Method Description VideoStreamInfo[]MediaMetaData. getVideoStreamInfoSet()Get 视频流信息。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoStreamInfo Modifier and Type Method Description voidMediaMetaData. setVideoStreamInfoSet(VideoStreamInfo[] VideoStreamInfoSet)Set 视频流信息。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type VideoStreamInfo Constructor Description VideoStreamInfo(VideoStreamInfo 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.
-