public class AdaptiveDynamicStreamingInfoItem extends AbstractModel
| Constructor and Description | 
|---|
| AdaptiveDynamicStreamingInfoItem() | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getDefinition()Get Adaptive bitrate streaming specification. | 
| String | getPackage()Get Container format. | 
| String | getPath()Get Playback address. | 
| TaskOutputStorage | getStorage()Get Storage location of adaptive bitrate streaming files. | 
| void | setDefinition(Long Definition)Set Adaptive bitrate streaming specification. | 
| void | setPackage(String Package)Set Container format. | 
| void | setPath(String Path)Set Playback address. | 
| void | setStorage(TaskOutputStorage Storage)Set Storage location of adaptive bitrate streaming files. | 
| 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, toJsonStringpublic Long getDefinition()
public void setDefinition(Long Definition)
Definition - Adaptive bitrate streaming specification.public String getPackage()
public void setPackage(String Package)
Package - Container format. Valid values: HLS, MPEG-DASH.public String getPath()
public void setPath(String Path)
Path - Playback address.public TaskOutputStorage getStorage()
public void setStorage(TaskOutputStorage Storage)
Storage - Storage location of adaptive bitrate streaming files.Copyright © 2020. All rights reserved.