public class ComplexAdaptiveDynamicStreamingTaskOutput extends AbstractModel
header, skipSign| Constructor and Description |
|---|
ComplexAdaptiveDynamicStreamingTaskOutput() |
ComplexAdaptiveDynamicStreamingTaskOutput(ComplexAdaptiveDynamicStreamingTaskOutput 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 |
getDefinition()
Get Adaptive bitrate streaming template ID.
|
String |
getDrmType()
Get DRM scheme type, value range:
Widevine;
FairPlay.
The default value is an empty string, indicating that the video will not be DRM protected.
|
String |
getFormat()
Get The adaptive bitrate streaming format.
|
String |
getUrl()
Get Playback address of the output manifest.
|
void |
setDefinition(Long Definition)
Set Adaptive bitrate streaming template ID.
|
void |
setDrmType(String DrmType)
Set DRM scheme type, value range:
Widevine;
FairPlay.
The default value is an empty string, indicating that the video will not be DRM protected.
|
void |
setFormat(String Format)
Set The adaptive bitrate streaming format.
|
void |
setUrl(String Url)
Set Playback address of the output manifest.
|
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 ComplexAdaptiveDynamicStreamingTaskOutput()
public ComplexAdaptiveDynamicStreamingTaskOutput(ComplexAdaptiveDynamicStreamingTaskOutput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition - Adaptive bitrate streaming template ID.public String getFormat()
public void setFormat(String Format)
Format - The adaptive bitrate streaming format. Valid values:
public String getDrmType()
public void setDrmType(String DrmType)
DrmType - DRM scheme type, value range:
public String getUrl()
public void setUrl(String Url)
Url - Playback address of the output manifest.Copyright © 2025. All rights reserved.