Uses of Class
com.tencentcloudapi.live.v20180801.models.DescribeLiveTranscodeTotalInfoResponse
-
Packages that use DescribeLiveTranscodeTotalInfoResponse Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of DescribeLiveTranscodeTotalInfoResponse in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 that return DescribeLiveTranscodeTotalInfoResponse Modifier and Type Method Description DescribeLiveTranscodeTotalInfoResponseLiveClient. DescribeLiveTranscodeTotalInfo(DescribeLiveTranscodeTotalInfoRequest req)查询转码总量数据,可查询近三个月内的数据。 注意: 如果是查询某一天内,则返回5分钟粒度数据; 如果是查询跨天或指定域名, 则返回1小时粒度数据。 -
Uses of DescribeLiveTranscodeTotalInfoResponse in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type DescribeLiveTranscodeTotalInfoResponse Constructor Description DescribeLiveTranscodeTotalInfoResponse(DescribeLiveTranscodeTotalInfoResponse 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.
-