Uses of Class
com.tencentcloudapi.trtc.v20190722.models.VideoParams
-
Packages that use VideoParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of VideoParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return VideoParams Modifier and Type Method Description VideoParamsMixTranscodeParams. getVideoParams()Get 录制视频转码参数,注意如果设置了这个参数,那么里面的字段都是必填的,没有默认值,如果不填这个参数,那么取值为默认值。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type VideoParams Modifier and Type Method Description voidMixTranscodeParams. setVideoParams(VideoParams VideoParams)Set 录制视频转码参数,注意如果设置了这个参数,那么里面的字段都是必填的,没有默认值,如果不填这个参数,那么取值为默认值。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type VideoParams Constructor Description VideoParams(VideoParams 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.
-