VideoStatistics Class |
Namespace: Avaya.ClientServices
public class VideoStatistics
The VideoStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
| ActualBitRate |
Actual sent/received bit rate per second
| |
| ActualFrameRate |
Actual sent/received frame rate in frames per second
| |
| ByteCount |
Total number of bytes sent/received
| |
| JitterBufferSizeMilliseconds |
Actual send/receive side jitter buffer size in milliseconds
| |
| KeyFrameCount |
Number of key frames locally requested (receive direction), or remotely requested (send direction).
| |
| PacketCount |
Total number of packets sent/received
| |
| PacketLossFraction |
Fraction of packets lost in transmit/receive direction
| |
| PacketLossTotal |
Total number of packets lost in transmit/receive direction
| |
| ResolutionHeight |
Height of video frames in the sent/received video stream
| |
| ResolutionWidth |
Width of video frames in the sent/received video stream
| |
| TargetBitRate |
Target sent/received bit rate per second
| |
| TargetFrameRate |
Target sent/received frame rate in frames per second
|