Uses of Class
com.tencentcloudapi.trtc.v20190722.models.McuVideoParams
-
Packages that use McuVideoParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of McuVideoParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return McuVideoParams Modifier and Type Method Description McuVideoParamsStartPublishCdnStreamRequest. getVideoParams()Get 转推流的视频编码参数,不填表示纯音频转推。McuVideoParamsUpdatePublishCdnStreamRequest. getVideoParams()Get 更新视频相关参数,转码时支持更新除编码类型之外的编码参数,视频布局参数,背景图片和背景颜色参数,水印参数。不填表示不更新此参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuVideoParams Modifier and Type Method Description voidStartPublishCdnStreamRequest. setVideoParams(McuVideoParams VideoParams)Set 转推流的视频编码参数,不填表示纯音频转推。voidUpdatePublishCdnStreamRequest. setVideoParams(McuVideoParams VideoParams)Set 更新视频相关参数,转码时支持更新除编码类型之外的编码参数,视频布局参数,背景图片和背景颜色参数,水印参数。不填表示不更新此参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuVideoParams Constructor Description McuVideoParams(McuVideoParams 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.
-