Uses of Class
com.tencentcloudapi.live.v20180801.models.CreateLiveSnapshotRuleRequest
-
Packages that use CreateLiveSnapshotRuleRequest Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of CreateLiveSnapshotRuleRequest in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 with parameters of type CreateLiveSnapshotRuleRequest Modifier and Type Method Description CreateLiveSnapshotRuleResponseLiveClient. CreateLiveSnapshotRule(CreateLiveSnapshotRuleRequest req)创建截图规则,需要先调用[CreateLiveSnapshotTemplate](/document/product/267/32624)接口创建截图模板,然后将返回的模板 ID 绑定到流进行使用。
截图相关文档:[直播截图](/document/product/267/32737)。 注意:单个域名仅支持关联一个截图模板。 -
Uses of CreateLiveSnapshotRuleRequest in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CreateLiveSnapshotRuleRequest Constructor Description CreateLiveSnapshotRuleRequest(CreateLiveSnapshotRuleRequest 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.
-