Uses of Class
com.tencentcloudapi.trtc.v20190722.models.SmallVideoLayoutParams
-
Packages that use SmallVideoLayoutParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of SmallVideoLayoutParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return SmallVideoLayoutParams Modifier and Type Method Description SmallVideoLayoutParamsLayoutParams. getSmallVideoLayoutParams()Get 画中画模板中有效,代表小画面的布局参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type SmallVideoLayoutParams Modifier and Type Method Description voidLayoutParams. setSmallVideoLayoutParams(SmallVideoLayoutParams SmallVideoLayoutParams)Set 画中画模板中有效,代表小画面的布局参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type SmallVideoLayoutParams Constructor Description SmallVideoLayoutParams(SmallVideoLayoutParams 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.
-