public class ModifySuperPlayerConfigRequest extends AbstractModel
Constructor and Description |
---|
ModifySuperPlayerConfigRequest() |
ModifySuperPlayerConfigRequest(ModifySuperPlayerConfigRequest 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 |
---|---|
Long |
getAdaptiveDynamicStreamingDefinition()
Get 允许输出的未加密的自适应码流模板 ID。
|
String |
getComment()
Get 模板描述信息,长度限制:256 个字符。
|
String |
getDomain()
Get 播放时使用的域名。填 Default 表示使用[默认分发配置](https://cloud.tencent.com/document/product/266/33373)中的域名。
|
DrmStreamingsInfoForUpdate |
getDrmStreamingsInfo()
Get 允许输出的 DRM 自适应码流模板内容。
|
String |
getDrmSwitch()
Get 播放 DRM 保护的自适应码流开关:
ON:开启,表示仅播放 DRM 保护的自适应码流输出;
OFF:关闭,表示播放未加密的自适应码流输出。
|
Long |
getImageSpriteDefinition()
Get 允许输出的雪碧图模板 ID。
|
String |
getName()
Get 播放器配置名称。
|
ResolutionNameInfo[] |
getResolutionNames()
Get 播放器对不于不同分辨率的子流展示名字。
|
String |
getScheme()
Get 播放时使用的 Scheme。取值范围:
Default:使用[默认分发配置](https://cloud.tencent.com/document/product/266/33373)中的 Scheme;
HTTP;
HTTPS。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setAdaptiveDynamicStreamingDefinition(Long AdaptiveDynamicStreamingDefinition)
Set 允许输出的未加密的自适应码流模板 ID。
|
void |
setComment(String Comment)
Set 模板描述信息,长度限制:256 个字符。
|
void |
setDomain(String Domain)
Set 播放时使用的域名。填 Default 表示使用[默认分发配置](https://cloud.tencent.com/document/product/266/33373)中的域名。
|
void |
setDrmStreamingsInfo(DrmStreamingsInfoForUpdate DrmStreamingsInfo)
Set 允许输出的 DRM 自适应码流模板内容。
|
void |
setDrmSwitch(String DrmSwitch)
Set 播放 DRM 保护的自适应码流开关:
ON:开启,表示仅播放 DRM 保护的自适应码流输出;
OFF:关闭,表示播放未加密的自适应码流输出。
|
void |
setImageSpriteDefinition(Long ImageSpriteDefinition)
Set 允许输出的雪碧图模板 ID。
|
void |
setName(String Name)
Set 播放器配置名称。
|
void |
setResolutionNames(ResolutionNameInfo[] ResolutionNames)
Set 播放器对不于不同分辨率的子流展示名字。
|
void |
setScheme(String Scheme)
Set 播放时使用的 Scheme。取值范围:
Default:使用[默认分发配置](https://cloud.tencent.com/document/product/266/33373)中的 Scheme;
HTTP;
HTTPS。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ModifySuperPlayerConfigRequest()
public ModifySuperPlayerConfigRequest(ModifySuperPlayerConfigRequest source)
public String getName()
public void setName(String Name)
Name
- 播放器配置名称。public String getDrmSwitch()
public void setDrmSwitch(String DrmSwitch)
DrmSwitch
- 播放 DRM 保护的自适应码流开关:
public Long getAdaptiveDynamicStreamingDefinition()
public void setAdaptiveDynamicStreamingDefinition(Long AdaptiveDynamicStreamingDefinition)
AdaptiveDynamicStreamingDefinition
- 允许输出的未加密的自适应码流模板 ID。public DrmStreamingsInfoForUpdate getDrmStreamingsInfo()
public void setDrmStreamingsInfo(DrmStreamingsInfoForUpdate DrmStreamingsInfo)
DrmStreamingsInfo
- 允许输出的 DRM 自适应码流模板内容。public Long getImageSpriteDefinition()
public void setImageSpriteDefinition(Long ImageSpriteDefinition)
ImageSpriteDefinition
- 允许输出的雪碧图模板 ID。public ResolutionNameInfo[] getResolutionNames()
public void setResolutionNames(ResolutionNameInfo[] ResolutionNames)
ResolutionNames
- 播放器对不于不同分辨率的子流展示名字。public String getDomain()
public void setDomain(String Domain)
Domain
- 播放时使用的域名。填 Default 表示使用[默认分发配置](https://cloud.tencent.com/document/product/266/33373)中的域名。public String getScheme()
public void setScheme(String Scheme)
Scheme
- 播放时使用的 Scheme。取值范围:
public String getComment()
public void setComment(String Comment)
Comment
- 模板描述信息,长度限制:256 个字符。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2021. All rights reserved.