public class ModifySuperPlayerConfigRequest extends AbstractModel
header, skipSign| 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 of the unencrypted adaptive bitrate streaming template that allows output. | 
| String | getAudioVideoType()Get Type of audio/video played. | 
| String | getComment()Get Template description. | 
| String | getDomain()Get Domain name used for playback. | 
| DrmStreamingsInfoForUpdate | getDrmStreamingsInfo()Get Content of the DRM-protected adaptive bitrate streaming template that allows output. | 
| String | getDrmSwitch()Get Switch of DRM-protected adaptive bitstream playback:
ON: enabled, indicating to play back only output adaptive bitstreams protected by DRM;
OFF: disabled, indicating to play back unencrypted output adaptive bitstreams. | 
| Long | getImageSpriteDefinition()Get ID of the image sprite generating template that allows output. | 
| String | getName()Get Player configuration name. | 
| ResolutionNameInfo[] | getResolutionNames()Get The player displays names for substreams of different resolutions. | 
| String | getScheme()Get Scheme used for playback. | 
| Long | getSubAppId()Get The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. | 
| Long | getTranscodeDefinition()Get ID of the transcoding template allowed for playback | 
| void | setAdaptiveDynamicStreamingDefinition(Long AdaptiveDynamicStreamingDefinition)Set ID of the unencrypted adaptive bitrate streaming template that allows output. | 
| void | setAudioVideoType(String AudioVideoType)Set Type of audio/video played. | 
| void | setComment(String Comment)Set Template description. | 
| void | setDomain(String Domain)Set Domain name used for playback. | 
| void | setDrmStreamingsInfo(DrmStreamingsInfoForUpdate DrmStreamingsInfo)Set Content of the DRM-protected adaptive bitrate streaming template that allows output. | 
| void | setDrmSwitch(String DrmSwitch)Set Switch of DRM-protected adaptive bitstream playback:
ON: enabled, indicating to play back only output adaptive bitstreams protected by DRM;
OFF: disabled, indicating to play back unencrypted output adaptive bitstreams. | 
| void | setImageSpriteDefinition(Long ImageSpriteDefinition)Set ID of the image sprite generating template that allows output. | 
| void | setName(String Name)Set Player configuration name. | 
| void | setResolutionNames(ResolutionNameInfo[] ResolutionNames)Set The player displays names for substreams of different resolutions. | 
| void | setScheme(String Scheme)Set Scheme used for playback. | 
| void | setSubAppId(Long SubAppId)Set The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. | 
| void | setTranscodeDefinition(Long TranscodeDefinition)Set ID of the transcoding template allowed for playback | 
| 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 ModifySuperPlayerConfigRequest()
public ModifySuperPlayerConfigRequest(ModifySuperPlayerConfigRequest source)
public String getName()
public void setName(String Name)
Name - Player configuration name.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId - The VOD [application](https://intl.cloud.tencent.com/document/product/266/14574) ID. For customers who activate VOD service from December 25, 2023, if they want to access resources in a VOD application (whether it's the default application or a newly created one), they must fill in this field with the application ID.public String getAudioVideoType()
public void setAudioVideoType(String AudioVideoType)
AudioVideoType - Type of audio/video played. Valid values:
public String getDrmSwitch()
public void setDrmSwitch(String DrmSwitch)
DrmSwitch - Switch of DRM-protected adaptive bitstream playback:
public Long getAdaptiveDynamicStreamingDefinition()
public void setAdaptiveDynamicStreamingDefinition(Long AdaptiveDynamicStreamingDefinition)
AdaptiveDynamicStreamingDefinition - ID of the unencrypted adaptive bitrate streaming template that allows output.public DrmStreamingsInfoForUpdate getDrmStreamingsInfo()
public void setDrmStreamingsInfo(DrmStreamingsInfoForUpdate DrmStreamingsInfo)
DrmStreamingsInfo - Content of the DRM-protected adaptive bitrate streaming template that allows output.public Long getTranscodeDefinition()
public void setTranscodeDefinition(Long TranscodeDefinition)
TranscodeDefinition - ID of the transcoding template allowed for playbackpublic Long getImageSpriteDefinition()
public void setImageSpriteDefinition(Long ImageSpriteDefinition)
ImageSpriteDefinition - ID of the image sprite generating template that allows output.public ResolutionNameInfo[] getResolutionNames()
public void setResolutionNames(ResolutionNameInfo[] ResolutionNames)
ResolutionNames - The player displays names for substreams of different resolutions.public String getDomain()
public void setDomain(String Domain)
Domain - Domain name used for playback. If its value is `Default`, the domain name configured in [Default Distribution Configuration](https://intl.cloud.tencent.com/document/product/266/33373?from_cn_redirect=1) will be used.public String getScheme()
public void setScheme(String Scheme)
Scheme - Scheme used for playback. Valid values:
public String getComment()
public void setComment(String Comment)
Comment - Template description. Length limit: 256 characters.Copyright © 2025. All rights reserved.