public class MediaVideoStreamItem extends AbstractModel
header, skipSign| Constructor and Description |
|---|
MediaVideoStreamItem() |
MediaVideoStreamItem(MediaVideoStreamItem 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 |
getBitrate()
Get Bitrate of video stream in bps.
|
String |
getCodec()
Get Video stream encoder, such as h264.
|
String |
getCodecTag()
Get The codec tag.
|
DynamicRangeInfo |
getDynamicRangeInfo()
Get Dynamic range information.
|
Long |
getFps()
Get Frame rate in Hz.
|
Long |
getHeight()
Get Height of video stream in px.
|
Long |
getWidth()
Get Width of video stream in px.
|
void |
setBitrate(Long Bitrate)
Set Bitrate of video stream in bps.
|
void |
setCodec(String Codec)
Set Video stream encoder, such as h264.
|
void |
setCodecTag(String CodecTag)
Set The codec tag.
|
void |
setDynamicRangeInfo(DynamicRangeInfo DynamicRangeInfo)
Set Dynamic range information.
|
void |
setFps(Long Fps)
Set Frame rate in Hz.
|
void |
setHeight(Long Height)
Set Height of video stream in px.
|
void |
setWidth(Long Width)
Set Width of video stream in 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, toJsonStringpublic MediaVideoStreamItem()
public MediaVideoStreamItem(MediaVideoStreamItem source)
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - Bitrate of video stream in bps.
Note: this field may return null, indicating that no valid values can be obtained.public Long getHeight()
public void setHeight(Long Height)
Height - Height of video stream in px.
Note: this field may return null, indicating that no valid values can be obtained.public Long getWidth()
public void setWidth(Long Width)
Width - Width of video stream in px.
Note: this field may return null, indicating that no valid values can be obtained.public String getCodec()
public void setCodec(String Codec)
Codec - Video stream encoder, such as h264.
Note: this field may return null, indicating that no valid values can be obtained.public Long getFps()
public void setFps(Long Fps)
Fps - Frame rate in Hz.
Note: this field may return null, indicating that no valid values can be obtained.public String getCodecTag()
public void setCodecTag(String CodecTag)
CodecTag - The codec tag. This parameter is valid only if `Codec` is `hevc`.public DynamicRangeInfo getDynamicRangeInfo()
public void setDynamicRangeInfo(DynamicRangeInfo DynamicRangeInfo)
DynamicRangeInfo - Dynamic range information.
Copyright © 2025. All rights reserved.