public class MediaSubStreamInfoItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaSubStreamInfoItem() |
MediaSubStreamInfoItem(MediaSubStreamInfoItem 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 |
getHeight()
Get 当子流为视频流时,视频画面高度,单位:px。
|
Long |
getSize()
Get 子流媒体文件大小,单位:Byte。
注意:在 2023-02-09T16:00:00Z 前处理生成的自适应码流文件此字段为0。
|
String |
getType()
Get 子流类型,取值范围:
audio:纯音频;
video:视频(可能包含音频流)。
|
Long |
getWidth()
Get 当子流为视频流时,视频画面宽度,单位:px。
|
void |
setHeight(Long Height)
Set 当子流为视频流时,视频画面高度,单位:px。
|
void |
setSize(Long Size)
Set 子流媒体文件大小,单位:Byte。
注意:在 2023-02-09T16:00:00Z 前处理生成的自适应码流文件此字段为0。
|
void |
setType(String Type)
Set 子流类型,取值范围:
audio:纯音频;
video:视频(可能包含音频流)。
|
void |
setWidth(Long Width)
Set 当子流为视频流时,视频画面宽度,单位:px。
|
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 MediaSubStreamInfoItem()
public MediaSubStreamInfoItem(MediaSubStreamInfoItem source)
public String getType()
public void setType(String Type)
Type
- 子流类型,取值范围:
public Long getWidth()
public void setWidth(Long Width)
Width
- 当子流为视频流时,视频画面宽度,单位:px。public Long getHeight()
public void setHeight(Long Height)
Height
- 当子流为视频流时,视频画面高度,单位:px。public Long getSize()
public void setSize(Long Size)
Size
- 子流媒体文件大小,单位:Byte。
注意:在 2023-02-09T16:00:00Z 前处理生成的自适应码流文件此字段为0。Copyright © 2024. All rights reserved.