Uses of Class
com.tencentcloudapi.trtc.v20190722.models.MixLayout
-
Packages that use MixLayout Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of MixLayout in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return MixLayout Modifier and Type Method Description MixLayout[]MixLayoutParams. getMixLayoutList()Get 如果MixLayoutMode 选择为4自定义布局模式的话,设置此参数为每个主播所对应的布局画面的详细信息,最大不超过25个。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type MixLayout Modifier and Type Method Description voidMixLayoutParams. setMixLayoutList(MixLayout[] MixLayoutList)Set 如果MixLayoutMode 选择为4自定义布局模式的话,设置此参数为每个主播所对应的布局画面的详细信息,最大不超过25个。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type MixLayout Constructor Description MixLayout(MixLayout 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.
-