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 The video height (px) if `Type` is `video`.
|
Long |
getSize()
Get The file size (bytes).
|
String |
getType()
Get The stream type.
|
Long |
getWidth()
Get The video width (px) if `Type` is `video`.
|
void |
setHeight(Long Height)
Set The video height (px) if `Type` is `video`.
|
void |
setSize(Long Size)
Set The file size (bytes).
|
void |
setType(String Type)
Set The stream type.
|
void |
setWidth(Long Width)
Set The video width (px) if `Type` is `video`.
|
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, toJsonStringpublic MediaSubStreamInfoItem()
public MediaSubStreamInfoItem(MediaSubStreamInfoItem source)
public String getType()
public void setType(String Type)
Type - The stream type. Valid values:
public Long getWidth()
public void setWidth(Long Width)
Width - The video width (px) if `Type` is `video`.public Long getHeight()
public void setHeight(Long Height)
Height - The video height (px) if `Type` is `video`.public Long getSize()
public void setSize(Long Size)
Size - The file size (bytes).
Note:For adaptive bitrate streaming files generated before 2023-02-09T16:00:00Z, the value of this parameter is `0`.Copyright © 2025. All rights reserved.