Uses of Class
com.tencentcloudapi.trtc.v20190722.models.DescribeCloudRecordingResponse
-
Packages that use DescribeCloudRecordingResponse Package Description com.tencentcloudapi.trtc.v20190722 com.tencentcloudapi.trtc.v20190722.models -
-
Uses of DescribeCloudRecordingResponse in com.tencentcloudapi.trtc.v20190722
Methods in com.tencentcloudapi.trtc.v20190722 that return DescribeCloudRecordingResponse Modifier and Type Method Description DescribeCloudRecordingResponseTrtcClient. DescribeCloudRecording(DescribeCloudRecordingRequest req)成功开启录制后,可以使用此接口来查询录制状态。仅在录制任务进行时有效,录制退出后查询将会返回错误。 录制文件上传到云点播VOD时,StorageFileList中不会返回录制文件信息,请订阅相关录制文件回调事件,获取录制文件信息。 -
Uses of DescribeCloudRecordingResponse in com.tencentcloudapi.trtc.v20190722.models
Constructors in com.tencentcloudapi.trtc.v20190722.models with parameters of type DescribeCloudRecordingResponse Constructor Description DescribeCloudRecordingResponse(DescribeCloudRecordingResponse 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.
-