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