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