public class AdaptiveDynamicStreamingInfoItem extends AbstractModel
skipSign
Constructor and Description |
---|
AdaptiveDynamicStreamingInfoItem() |
AdaptiveDynamicStreamingInfoItem(AdaptiveDynamicStreamingInfoItem 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 转自适应码流规格。
|
String |
getPackage()
Get 打包格式,可能为 HLS和 MPEG-DASH 两种。
|
String |
getPath()
Get 播放路径。
|
TaskOutputStorage |
getStorage()
Get 自适应码流文件的存储位置。
|
void |
setDefinition(Long Definition)
Set 转自适应码流规格。
|
void |
setPackage(String Package)
Set 打包格式,可能为 HLS和 MPEG-DASH 两种。
|
void |
setPath(String Path)
Set 播放路径。
|
void |
setStorage(TaskOutputStorage Storage)
Set 自适应码流文件的存储位置。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AdaptiveDynamicStreamingInfoItem()
public AdaptiveDynamicStreamingInfoItem(AdaptiveDynamicStreamingInfoItem source)
public Long getDefinition()
public void setDefinition(Long Definition)
Definition
- 转自适应码流规格。public String getPackage()
public void setPackage(String Package)
Package
- 打包格式,可能为 HLS和 MPEG-DASH 两种。public String getPath()
public void setPath(String Path)
Path
- 播放路径。public TaskOutputStorage getStorage()
public void setStorage(TaskOutputStorage Storage)
Storage
- 自适应码流文件的存储位置。Copyright © 2023. All rights reserved.