public class MediaVideoStreamItem extends AbstractModel
| 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 a video stream in bps. | 
| String | getCodec()Get Video stream codec, such as h264. | 
| Long | getFps()Get Frame rate in Hz. | 
| Long | getHeight()Get Height of a video stream in px. | 
| Long | getWidth()Get Width of a video stream in px. | 
| void | setBitrate(Long Bitrate)Set Bitrate of a video stream in bps. | 
| void | setCodec(String Codec)Set Video stream codec, such as h264. | 
| void | setFps(Long Fps)Set Frame rate in Hz. | 
| void | setHeight(Long Height)Set Height of a video stream in px. | 
| void | setWidth(Long Width)Set Width of a 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, toJsonStringpublic MediaVideoStreamItem()
public MediaVideoStreamItem(MediaVideoStreamItem source)
public Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - Bitrate of a 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 a 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 a 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 codec, 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 © 2021. All rights reserved.