Uses of Class
com.tencentcloudapi.live.v20180801.models.HlsSpecialParam
-
Packages that use HlsSpecialParam Package Description com.tencentcloudapi.live.v20180801.models -
-
Uses of HlsSpecialParam in com.tencentcloudapi.live.v20180801.models
Methods in com.tencentcloudapi.live.v20180801.models that return HlsSpecialParam Modifier and Type Method Description HlsSpecialParamCreateLiveRecordTemplateRequest. getHlsSpecialParam()Get HLS专属录制参数。HlsSpecialParamModifyLiveRecordTemplateRequest. getHlsSpecialParam()Get HLS 录制定制参数。HlsSpecialParamRecordTemplateInfo. getHlsSpecialParam()Get HLS 录制定制参数。Methods in com.tencentcloudapi.live.v20180801.models with parameters of type HlsSpecialParam Modifier and Type Method Description voidCreateLiveRecordTemplateRequest. setHlsSpecialParam(HlsSpecialParam HlsSpecialParam)Set HLS专属录制参数。voidModifyLiveRecordTemplateRequest. setHlsSpecialParam(HlsSpecialParam HlsSpecialParam)Set HLS 录制定制参数。voidRecordTemplateInfo. setHlsSpecialParam(HlsSpecialParam HlsSpecialParam)Set HLS 录制定制参数。Constructors in com.tencentcloudapi.live.v20180801.models with parameters of type HlsSpecialParam Constructor Description HlsSpecialParam(HlsSpecialParam 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.
-