Class AdaptiveDynamicStreamingInfoItem
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.AdaptiveDynamicStreamingInfoItem
-
public class AdaptiveDynamicStreamingInfoItem extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetDefinition()Get 转自适应码流规格。StringgetPackage()Get 打包格式,可能为 HLS和 MPEG-DASH 两种。StringgetPath()Get 播放路径。TaskOutputStoragegetStorage()Get 自适应码流文件的存储位置。voidsetDefinition(Long Definition)Set 转自适应码流规格。voidsetPackage(String Package)Set 打包格式,可能为 HLS和 MPEG-DASH 两种。voidsetPath(String Path)Set 播放路径。voidsetStorage(TaskOutputStorage Storage)Set 自适应码流文件的存储位置。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
AdaptiveDynamicStreamingInfoItem
public AdaptiveDynamicStreamingInfoItem()
-
AdaptiveDynamicStreamingInfoItem
public 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.
-
-
Method Detail
-
getDefinition
public Long getDefinition()
Get 转自适应码流规格。- Returns:
- Definition 转自适应码流规格。
-
setDefinition
public void setDefinition(Long Definition)
Set 转自适应码流规格。- Parameters:
Definition- 转自适应码流规格。
-
getPackage
public String getPackage()
Get 打包格式,可能为 HLS和 MPEG-DASH 两种。- Returns:
- Package 打包格式,可能为 HLS和 MPEG-DASH 两种。
-
setPackage
public void setPackage(String Package)
Set 打包格式,可能为 HLS和 MPEG-DASH 两种。- Parameters:
Package- 打包格式,可能为 HLS和 MPEG-DASH 两种。
-
getPath
public String getPath()
Get 播放路径。- Returns:
- Path 播放路径。
-
setPath
public void setPath(String Path)
Set 播放路径。- Parameters:
Path- 播放路径。
-
getStorage
public TaskOutputStorage getStorage()
Get 自适应码流文件的存储位置。- Returns:
- Storage 自适应码流文件的存储位置。
-
setStorage
public void setStorage(TaskOutputStorage Storage)
Set 自适应码流文件的存储位置。- Parameters:
Storage- 自适应码流文件的存储位置。
-
-