Uses of Class
com.tencentcloudapi.trtc.v20190722.models.McuLayout
-
Packages that use McuLayout Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of McuLayout in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return McuLayout Modifier and Type Method Description McuLayout[]McuLayoutParams. getMixLayoutList()Get 自定义模板中有效,指定用户视频在混合画面中的位置。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuLayout Modifier and Type Method Description voidMcuLayoutParams. setMixLayoutList(McuLayout[] MixLayoutList)Set 自定义模板中有效,指定用户视频在混合画面中的位置。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuLayout Constructor Description McuLayout(McuLayout 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.
-