Uses of Class
com.tencentcloudapi.trtc.v20190722.models.McuLayoutParams
-
Packages that use McuLayoutParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of McuLayoutParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return McuLayoutParams Modifier and Type Method Description McuLayoutParamsMcuVideoParams. getLayoutParams()Get 混流布局参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuLayoutParams Modifier and Type Method Description voidMcuVideoParams. setLayoutParams(McuLayoutParams LayoutParams)Set 混流布局参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuLayoutParams Constructor Description McuLayoutParams(McuLayoutParams 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.
-