Click or drag to resize
CollaborationReceiveStatistics Class
Inheritance Hierarchy
SystemObject
  Avaya.ClientServicesCollaborationStatistics
    Avaya.ClientServicesCollaborationReceiveStatistics

Namespace: Avaya.ClientServices
Assembly: AvayaClientServices (in AvayaClientServices.dll) Version: 493.0.70.0
Syntax
C#
public class CollaborationReceiveStatistics : CollaborationStatistics

The CollaborationReceiveStatistics type exposes the following members.

Properties
  NameDescription
Public propertyActualBitRate
Actual sent/received bit rate per second. If actual bit rate is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyActualFrameRate
Actual sent/received frame rate in frames per second. If actual frame rate is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyCodec
Video codec.
(Inherited from CollaborationStatistics.)
Public propertyFrameCount
WCS frame count. If frame count is not known the property returns -1 value.
Public propertyFrameLossPercentage
Percentage of WCS frames lost in receive direction. If frame loss percentage is not known the property returns -1 value.
Public propertyJitterBufferMilliseconds
Actual send/receive side jitter in milliseconds. If jitter buffer milliseconds is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyPacketLossCount
Total number of packets lost in transmit/receive direction. If packet loss count is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyPacketLossPercentage
Percentage of packets lost in transmit/receive direction. If packet loss percentage is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyQueueSize
WCS queue size. If queue size is not known the property returns -1 value.
Public propertyResolutionHeight
Height of the sent/received video stream. If resolution height is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyResolutionWidth
Width of the sent/received video stream. If resolution width is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyRoundTripTimeMilliseconds
Round Trip Time. If round trip time is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Public propertyTargetBitRate
Target sent/received bit rate per second. If target bit rate is not known the property returns -1 value.
(Inherited from CollaborationStatistics.)
Top
See Also