Uses of Class
com.tencentcloudapi.trtc.v20190722.models.McuWaterMarkParams
-
Packages that use McuWaterMarkParams Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of McuWaterMarkParams in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return McuWaterMarkParams Modifier and Type Method Description McuWaterMarkParams[]McuVideoParams. getWaterMarkList()Get 混流布局的水印参数。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuWaterMarkParams Modifier and Type Method Description voidMcuVideoParams. setWaterMarkList(McuWaterMarkParams[] WaterMarkList)Set 混流布局的水印参数。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuWaterMarkParams Constructor Description McuWaterMarkParams(McuWaterMarkParams 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.
-