public class VideoPipelineInputStatistics extends AbstractModel
Constructor and Description |
---|
VideoPipelineInputStatistics() |
VideoPipelineInputStatistics(VideoPipelineInputStatistics 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 |
getFps()
Get Video FPS.
|
Long |
getPid()
Get Video `Pid`, which is available only if the input is `rtp/udp`.
|
Long |
getRate()
Get Video bitrate in bps.
|
void |
setFps(Long Fps)
Set Video FPS.
|
void |
setPid(Long Pid)
Set Video `Pid`, which is available only if the input is `rtp/udp`.
|
void |
setRate(Long Rate)
Set Video bitrate in bps.
|
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 VideoPipelineInputStatistics()
public VideoPipelineInputStatistics(VideoPipelineInputStatistics source)
public Long getFps()
public void setFps(Long Fps)
Fps
- Video FPS.public Long getRate()
public void setRate(Long Rate)
Rate
- Video bitrate in bps.public Long getPid()
public void setPid(Long Pid)
Pid
- Video `Pid`, which is available only if the input is `rtp/udp`.Copyright © 2023. All rights reserved.