Uses of Class
com.tencentcloudapi.trtc.v20190722.models.WaterMarkChar
-
Packages that use WaterMarkChar Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of WaterMarkChar in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return WaterMarkChar Modifier and Type Method Description WaterMarkCharWaterMark. getWaterMarkChar()Get 水印为文字时的参数列表,水印为文字时校验必填。Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type WaterMarkChar Modifier and Type Method Description voidWaterMark. setWaterMarkChar(WaterMarkChar WaterMarkChar)Set 水印为文字时的参数列表,水印为文字时校验必填。Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type WaterMarkChar Constructor Description WaterMarkChar(WaterMarkChar 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.
-