Click or drag to resize

VideoStatistics Properties

The VideoStatistics type exposes the following members.

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