Uses of Class
com.tencentcloudapi.live.v20180801.models.CreateLiveTranscodeRuleResponse
-
Packages that use CreateLiveTranscodeRuleResponse Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of CreateLiveTranscodeRuleResponse in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 that return CreateLiveTranscodeRuleResponse Modifier and Type Method Description CreateLiveTranscodeRuleResponse
LiveClient. CreateLiveTranscodeRule(CreateLiveTranscodeRuleRequest req)
创建转码规则,数量上限:50,需要先调用[CreateLiveTranscodeTemplate](/document/product/267/32646)接口创建转码模板,将返回的模板id绑定到流使用。
转码相关文档:[直播转封装及转码](/document/product/267/32736)。 -
Uses of CreateLiveTranscodeRuleResponse in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CreateLiveTranscodeRuleResponse Constructor Description CreateLiveTranscodeRuleResponse(CreateLiveTranscodeRuleResponse 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.
-