Uses of Class
com.tencentcloudapi.trtc.v20190722.models.CreatePictureResponse
-
Packages that use CreatePictureResponse Package Description com.tencentcloudapi.trtc.v20190722 com.tencentcloudapi.trtc.v20190722.models -
-
Uses of CreatePictureResponse in com.tencentcloudapi.trtc.v20190722
Methods in com.tencentcloudapi.trtc.v20190722 that return CreatePictureResponse Modifier and Type Method Description CreatePictureResponseTrtcClient. CreatePicture(CreatePictureRequest req)如果您需要在 [云端混流转码](https://cloud.tencent.com/document/product/647/16827) 时频繁新增自定义背景图或水印,可通过此接口上传新的图片素材。无需频繁新增图片的场景,建议直接在 [控制台 > 应用管理 > 素材管理](https://cloud.tencent.com/document/product/647/50769) 中操作。 -
Uses of CreatePictureResponse in com.tencentcloudapi.trtc.v20190722.models
Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type CreatePictureResponse Constructor Description CreatePictureResponse(CreatePictureResponse 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.
-