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 |
---|---|
String |
getCopyRightWatermarkText()
Get 版权信息。
|
Long |
getDefinition()
Get 转自适应码流规格。
|
String |
getDigitalWatermarkType()
Get 数字水印类型。可选值:
Trace 表示经过溯源水印处理;
CopyRight 表示经过版权水印处理;
None 表示没有经过数字水印处理。
|
String |
getDrmType()
Get 加密类型。
|
String |
getPackage()
Get 打包格式,取值范围:
HLS;
DASH。
|
Long |
getSize()
Get 媒体文件大小,单位:字节。
当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和;
当媒体文件为 DASH 时,大小是 mpd 和分片文件大小的总和;
注意:在 2022-01-10T16:00:00Z 前处理生成的自适应码流文件此字段为0。
|
MediaSubStreamInfoItem[] |
getSubStreamSet()
Get 子流信息列表。
|
String |
getUrl()
Get 播放地址。
|
void |
setCopyRightWatermarkText(String CopyRightWatermarkText)
Set 版权信息。
|
void |
setDefinition(Long Definition)
Set 转自适应码流规格。
|
void |
setDigitalWatermarkType(String DigitalWatermarkType)
Set 数字水印类型。可选值:
Trace 表示经过溯源水印处理;
CopyRight 表示经过版权水印处理;
None 表示没有经过数字水印处理。
|
void |
setDrmType(String DrmType)
Set 加密类型。
|
void |
setPackage(String Package)
Set 打包格式,取值范围:
HLS;
DASH。
|
void |
setSize(Long Size)
Set 媒体文件大小,单位:字节。
当媒体文件为 HLS 时,大小是 m3u8 和 ts 文件大小的总和;
当媒体文件为 DASH 时,大小是 mpd 和分片文件大小的总和;
注意:在 2022-01-10T16:00:00Z 前处理生成的自适应码流文件此字段为0。
|
void |
setSubStreamSet(MediaSubStreamInfoItem[] SubStreamSet)
Set 子流信息列表。
|
void |
setUrl(String Url)
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
- 打包格式,取值范围:
public String getDrmType()
public void setDrmType(String DrmType)
DrmType
- 加密类型。public String getUrl()
public void setUrl(String Url)
Url
- 播放地址。public Long getSize()
public void setSize(Long Size)
Size
- 媒体文件大小,单位:字节。
public String getDigitalWatermarkType()
public void setDigitalWatermarkType(String DigitalWatermarkType)
DigitalWatermarkType
- 数字水印类型。可选值:
public MediaSubStreamInfoItem[] getSubStreamSet()
public void setSubStreamSet(MediaSubStreamInfoItem[] SubStreamSet)
SubStreamSet
- 子流信息列表。public String getCopyRightWatermarkText()
public void setCopyRightWatermarkText(String CopyRightWatermarkText)
CopyRightWatermarkText
- 版权信息。Copyright © 2023. All rights reserved.