public class GenerateTDRMKeyRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| GenerateTDRMKeyRequest() | 
| GenerateTDRMKeyRequest(GenerateTDRMKeyRequest 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContentId()Get 一个加密内容的唯一标识。 | 
| String | getContentType()Get 内容类型。接口取值 LiveVideo 。 | 
| String | getDrmType()Get 使用的DRM方案类型,接口取值 NORMALAES 。 | 
| String[] | getTracks()Get 加密的track列表,接口取值 SD 。 | 
| void | setContentId(String ContentId)Set 一个加密内容的唯一标识。 | 
| void | setContentType(String ContentType)Set 内容类型。接口取值 LiveVideo 。 | 
| void | setDrmType(String DrmType)Set 使用的DRM方案类型,接口取值 NORMALAES 。 | 
| void | setTracks(String[] Tracks)Set 加密的track列表,接口取值 SD 。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic GenerateTDRMKeyRequest()
public GenerateTDRMKeyRequest(GenerateTDRMKeyRequest source)
public String getDrmType()
public void setDrmType(String DrmType)
DrmType - 使用的DRM方案类型,接口取值 NORMALAES 。public String[] getTracks()
public void setTracks(String[] Tracks)
Tracks - 加密的track列表,接口取值 SD 。public String getContentId()
public void setContentId(String ContentId)
ContentId - 一个加密内容的唯一标识。public String getContentType()
public void setContentType(String ContentType)
ContentType - 内容类型。接口取值 LiveVideo 。Copyright © 2025. All rights reserved.