Uses of Class
com.tencentcloudapi.drm.v20181115.models.CreateLicenseResponse
-
Packages that use CreateLicenseResponse Package Description com.tencentcloudapi.drm.v20181115 com.tencentcloudapi.drm.v20181115.models -
-
Uses of CreateLicenseResponse in com.tencentcloudapi.drm.v20181115
Methods in com.tencentcloudapi.drm.v20181115 that return CreateLicenseResponse Modifier and Type Method Description CreateLicenseResponse
DrmClient. CreateLicense(CreateLicenseRequest req)
本接口用来生成DRM方案对应的播放许可证,开发者需提供DRM方案类型、内容类型参数,后台将生成许可证后返回许可证数据 开发者需要转发终端设备发出的许可证请求信息。 -
Uses of CreateLicenseResponse in com.tencentcloudapi.drm.v20181115.models
Constructors in com.tencentcloudapi.drm.v20181115.models with parameters of type CreateLicenseResponse Constructor Description CreateLicenseResponse(CreateLicenseResponse 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.
-