Uses of Class
com.tencentcloudapi.live.v20180801.models.CreateLiveRecordTemplateResponse
-
Packages that use CreateLiveRecordTemplateResponse Package Description com.tencentcloudapi.live.v20180801 com.tencentcloudapi.live.v20180801.models -
-
Uses of CreateLiveRecordTemplateResponse in com.tencentcloudapi.live.v20180801
Methods in com.tencentcloudapi.live.v20180801 that return CreateLiveRecordTemplateResponse Modifier and Type Method Description CreateLiveRecordTemplateResponseLiveClient. CreateLiveRecordTemplate(CreateLiveRecordTemplateRequest req)创建录制模板,数量上限:50,成功返回模板id后,需要调用[CreateLiveRecordRule](/document/product/267/32615)接口,将模板id绑定到流进行使用。
录制相关文档:[直播录制](/document/product/267/32739)。 -
Uses of CreateLiveRecordTemplateResponse in com.tencentcloudapi.live.v20180801.models
Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type CreateLiveRecordTemplateResponse Constructor Description CreateLiveRecordTemplateResponse(CreateLiveRecordTemplateResponse 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.
-