Uses of Class
com.tencentcloudapi.trtc.v20190722.models.MixLayoutParams
-
Packages that use MixLayoutParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of MixLayoutParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return MixLayoutParams Modifier and Type Method Description MixLayoutParamsCreateCloudRecordingRequest. getMixLayoutParams()Get 混流的布局参数,录制模式为混流的时候可以设置。MixLayoutParamsModifyCloudRecordingRequest. getMixLayoutParams()Get 需要更新的混流的布局参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type MixLayoutParams Modifier and Type Method Description voidCreateCloudRecordingRequest. setMixLayoutParams(MixLayoutParams MixLayoutParams)Set 混流的布局参数,录制模式为混流的时候可以设置。voidModifyCloudRecordingRequest. setMixLayoutParams(MixLayoutParams MixLayoutParams)Set 需要更新的混流的布局参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type MixLayoutParams Constructor Description MixLayoutParams(MixLayoutParams 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.
-