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