Click or drag to resize

VideoTransmitStatistics Properties

The VideoTransmitStatistics type exposes the following members.

Properties
  NameDescription
Public propertyActualBitRate
Actual sent/received bit rate per second
(Inherited from VideoStatistics.)
Public propertyActualFrameRate
Actual sent/received frame rate in frames per second
(Inherited from VideoStatistics.)
Public propertyByteCount
Total number of bytes sent/received
(Inherited from VideoStatistics.)
Public propertyJitterBufferSizeMilliseconds
Actual send/receive side jitter buffer size in milliseconds
(Inherited from VideoStatistics.)
Public propertyKeyFrameCount
Number of key frames locally requested (receive direction), or remotely requested (send direction).
(Inherited from VideoStatistics.)
Public propertyPacketCount
Total number of packets sent/received
(Inherited from VideoStatistics.)
Public propertyPacketLossFraction
Fraction of packets lost in transmit/receive direction
(Inherited from VideoStatistics.)
Public propertyPacketLossTotal
Total number of packets lost in transmit/receive direction
(Inherited from VideoStatistics.)
Public propertyResolutionHeight
Height of video frames in the sent/received video stream
(Inherited from VideoStatistics.)
Public propertyResolutionWidth
Width of video frames in the sent/received video stream
(Inherited from VideoStatistics.)
Public propertyRtp8021pTag
802.1p Layer 2 priority tag, if set
Public propertyRtpDscp
DSCP tag, if set
Public propertyTargetBitRate
Target sent/received bit rate per second
(Inherited from VideoStatistics.)
Public propertyTargetFrameRate
Target sent/received frame rate in frames per second
(Inherited from VideoStatistics.)
Top
See Also