Uses of Class
com.tencentcloudapi.trtc.v20190722.models.VideoEncode
-
Packages that use VideoEncode Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of VideoEncode in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return VideoEncode Modifier and Type Method Description VideoEncodeMcuVideoParams. getVideoEncode()Get 输出流视频编码参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type VideoEncode Modifier and Type Method Description voidMcuVideoParams. setVideoEncode(VideoEncode VideoEncode)Set 输出流视频编码参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type VideoEncode Constructor Description VideoEncode(VideoEncode 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.
-