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 自适应码流模版 ID。
|
String |
getDrmType()
Get DRM 方案类型。可选值:
空字符串:无加密;
SimpleAES;
Widevine;
FairPlay。
|
String |
getFormat()
Get 自适应码流打包格式。可选值:
HLS;
MPEG-DASH。
|
String |
getUrl()
Get 自适应码流的播放地址。
|
void |
setDefinition(Long Definition)
Set 自适应码流模版 ID。
|
void |
setDrmType(String DrmType)
Set DRM 方案类型。可选值:
空字符串:无加密;
SimpleAES;
Widevine;
FairPlay。
|
void |
setFormat(String Format)
Set 自适应码流打包格式。可选值:
HLS;
MPEG-DASH。
|
void |
setUrl(String Url)
Set 自适应码流的播放地址。
|
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, toJsonString
public ComplexAdaptiveDynamicStreamingTaskOutput()
public ComplexAdaptiveDynamicStreamingTaskOutput(ComplexAdaptiveDynamicStreamingTaskOutput source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 自适应码流模版 ID。public String getFormat()
public void setFormat(String Format)
Format
- 自适应码流打包格式。可选值:
public String getDrmType()
public void setDrmType(String DrmType)
DrmType
- DRM 方案类型。可选值:
public String getUrl()
public void setUrl(String Url)
Url
- 自适应码流的播放地址。Copyright © 2024. All rights reserved.