Uses of Class
com.tencentcloudapi.mps.v20190612.models.ComposeVideoStream
-
Packages that use ComposeVideoStream Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ComposeVideoStream in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ComposeVideoStream Modifier and Type Method Description ComposeVideoStream
ComposeTargetInfo. getVideoStream()
Get 输出视频流信息。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ComposeVideoStream Modifier and Type Method Description void
ComposeTargetInfo. setVideoStream(ComposeVideoStream VideoStream)
Set 输出视频流信息。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ComposeVideoStream Constructor Description ComposeVideoStream(ComposeVideoStream 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.
-