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 视频流的码率,单位:bps。
|
String |
getCodec()
Get 视频流的编码格式,例如 h264。
|
Long |
getFps()
Get 帧率,单位:hz。
|
Long |
getHeight()
Get 视频流的高度,单位:px。
|
Long |
getWidth()
Get 视频流的宽度,单位:px。
|
void |
setBitrate(Long Bitrate)
Set 视频流的码率,单位:bps。
|
void |
setCodec(String Codec)
Set 视频流的编码格式,例如 h264。
|
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, toJsonString
public MediaVideoStreamItem()
public MediaVideoStreamItem(MediaVideoStreamItem source)
public 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
- 视频流的编码格式,例如 h264。public Long getFps()
public void setFps(Long Fps)
Fps
- 帧率,单位:hz。Copyright © 2022. All rights reserved.