Uses of Class
com.tencentcloudapi.live.v20180801.models.CreateLiveRecordRuleResponse
-
Packages that use CreateLiveRecordRuleResponse Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of CreateLiveRecordRuleResponse in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 that return CreateLiveRecordRuleResponse Modifier and Type Method Description CreateLiveRecordRuleResponseLiveClient. CreateLiveRecordRule(CreateLiveRecordRuleRequest req)创建录制规则,需要先调用[CreateLiveRecordTemplate](/document/product/267/32614)接口创建录制模板,将返回的模板id绑定到流使用。
录制相关文档:[直播录制](/document/product/267/32739)。 -
Uses of CreateLiveRecordRuleResponse in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CreateLiveRecordRuleResponse Constructor Description CreateLiveRecordRuleResponse(CreateLiveRecordRuleResponse 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.
-