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