public class PipelineInputStatistics extends AbstractModel
Constructor and Description |
---|
PipelineInputStatistics() |
Modifier and Type | Method and Description |
---|---|
AudioPipelineInputStatistics[] |
getAudio()
Get Audio information array.
|
Long |
getNetworkIn()
Get Input bandwidth in bps.
|
Long |
getTimestamp()
Get Data timestamp in seconds.
|
VideoPipelineInputStatistics[] |
getVideo()
Get Video information array.
|
void |
setAudio(AudioPipelineInputStatistics[] Audio)
Set Audio information array.
|
void |
setNetworkIn(Long NetworkIn)
Set Input bandwidth in bps.
|
void |
setTimestamp(Long Timestamp)
Set Data timestamp in seconds.
|
void |
setVideo(VideoPipelineInputStatistics[] Video)
Set Video information array.
|
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 getTimestamp()
public void setTimestamp(Long Timestamp)
Timestamp
- Data timestamp in seconds.public Long getNetworkIn()
public void setNetworkIn(Long NetworkIn)
NetworkIn
- Input bandwidth in bps.public VideoPipelineInputStatistics[] getVideo()
public void setVideo(VideoPipelineInputStatistics[] Video)
Video
- Video information array.
For `rtp/udp` input, the quantity is the number of `Pid` of the input video.
For other inputs, the quantity is 1.public AudioPipelineInputStatistics[] getAudio()
public void setAudio(AudioPipelineInputStatistics[] Audio)
Audio
- Audio information array.
For `rtp/udp` input, the quantity is the number of `Pid` of the input audio.
For other inputs, the quantity is 1.Copyright © 2020. All rights reserved.