Type Alias: StreamStats#
StreamStats =
object
StreamStats
Performance stats information about the running stream.
Properties#
avgDecodeTime#
avgDecodeTime:
number
Average decode cost (ms).
codec#
codec:
string
Streaming codec.
currentBitrate#
currentBitrate:
number
Current streaming bitrate (Mbps).
fps#
fps:
number
Streaming FPS.
frameLoss#
frameLoss:
number
Total frame loss.
packetLoss#
packetLoss:
number
Total packet loss.
rtd#
rtd:
number
Round trip delay (ms).
streamingResolutionHeight#
streamingResolutionHeight:
number
Streaming resolution height.
streamingResolutionWidth#
streamingResolutionWidth:
number
Streaming resolution width.
totalBandwidth#
totalBandwidth:
number
Available bandwidth (Mbps).
utilizedBandwidth#
utilizedBandwidth:
number
Utilized bandwidth (%).