Uses of Class
com.tencentcloudapi.trtc.v20190722.models.McuCustomCrop
-
Packages that use McuCustomCrop Package Description com.tencentcloudapi.trtc.v20190722.models -
-
Uses of McuCustomCrop in com.tencentcloudapi.trtc.v20190722.models
Methods in com.tencentcloudapi.trtc.v20190722.models that return McuCustomCrop Modifier and Type Method Description McuCustomCropMcuLayout. getCustomCrop()Get 客户自定义裁剪,针对原始输入流裁剪Methods in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuCustomCrop Modifier and Type Method Description voidMcuLayout. setCustomCrop(McuCustomCrop CustomCrop)Set 客户自定义裁剪,针对原始输入流裁剪Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type McuCustomCrop Constructor Description McuCustomCrop(McuCustomCrop 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.
-