public class VideoStreamInfo extends AbstractModel
| Constructor and Description |
|---|
VideoStreamInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getBitrate()
Get 码率,单位:bps。
|
String |
getCodec()
Get 编码格式。
|
Long |
getFps()
Get 帧率,单位:hz。
|
Long |
getHeight()
Get 高度,单位:px。
|
Long |
getWidth()
Get 宽度,单位:px。
|
void |
setBitrate(Long Bitrate)
Set 码率,单位:bps。
|
void |
setCodec(String Codec)
Set 编码格式。
|
void |
setFps(Long Fps)
Set 帧率,单位:hz。
|
void |
setHeight(Long Height)
Set 高度,单位:px。
|
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic Long getBitrate()
public void setBitrate(Long Bitrate)
Bitrate - 码率,单位:bps。public Long getHeight()
public void setHeight(Long Height)
Height - 高度,单位:px。public Long getWidth()
public void setWidth(Long Width)
Width - 宽度,单位:px。public String getCodec()
public void setCodec(String Codec)
Codec - 编码格式。public Long getFps()
public void setFps(Long Fps)
Fps - 帧率,单位:hz。Copyright © 2020. All rights reserved.