public class MediaVideoStreamItem extends AbstractModel
Constructor and Description |
---|
MediaVideoStreamItem() |
Modifier and Type | Method and Description |
---|---|
Long |
getBitrate()
Get Bitrate of video stream in bps.
|
String |
getCodec()
Get Video stream encoder, such as h264.
|
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 |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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.Copyright © 2020. All rights reserved.