Package com.amazonaws.ivs.broadcast
Class RemoteVideoStats
java.lang.Object
com.amazonaws.ivs.broadcast.RemoteVideoStats
-
Field Summary
Modifier and TypeFieldDescriptionfinal long
The total number of bytes received including retransmissionsfinal long
The total number of Full Intra Request(FIR) packets sentfinal long
Represents the height of the last decoded framefinal long
The total number of video frames correctly being decodedfinal long
The total number of video frames dropped prior to decodefinal double
The number of decoded frames during the last secondfinal long
The total number of video frames being receivedfinal long
Represents the width of the last decoded framefinal long
The total number of video freezes experienced by receiverfinal long
The number of RTP header bytes receivedfinal Double
Represents the sum of time in seconds that packets buffered in jitter bufferfinal long
The total number of samples that have come out of the jitter bufferfinal double
Represents the sum of minimum obtainable jitter buffer delay in secondsfinal double
Represents the sum of target jitter buffer delay in secondsfinal long
The total number of video key frames correctly being decodedfinal String
Mime typefinal long
The NACK count sent by SDK for receiving videoThe network quality associates with subscribing remote videofinal long
The number of video RTP packets lostfinal long
The number of video RTP packets receivedfinal long
The total number of video pauses experienced by receiverfinal long
The total number of Picture Loss Indication(PLI) packets sentfinal long
The total number of retransmitted bytes that were receivedfinal long
The total number of retransmitted packets that were receivedfinal Double
The total duration of rendered frames which are considered frozenfinal Double
The total duration of pauses in seconds -
Method Summary
-
Field Details
-
networkQuality
The network quality associates with subscribing remote video -
nackCount
public final long nackCountThe NACK count sent by SDK for receiving video -
packetsReceived
public final long packetsReceivedThe number of video RTP packets received -
packetsLost
public final long packetsLostThe number of video RTP packets lost -
bytesReceived
public final long bytesReceivedThe total number of bytes received including retransmissions -
headerBytesReceived
public final long headerBytesReceivedThe number of RTP header bytes received -
jitterBufferDelay
Represents the sum of time in seconds that packets buffered in jitter buffer -
jitterBufferTargetDelay
public final double jitterBufferTargetDelayRepresents the sum of target jitter buffer delay in seconds -
jitterBufferMinimumDelay
public final double jitterBufferMinimumDelayRepresents the sum of minimum obtainable jitter buffer delay in seconds -
jitterBufferEmittedCount
public final long jitterBufferEmittedCountThe total number of samples that have come out of the jitter buffer -
framesReceived
public final long framesReceivedThe total number of video frames being received -
framesDecoded
public final long framesDecodedThe total number of video frames correctly being decoded -
keyFramesDecoded
public final long keyFramesDecodedThe total number of video key frames correctly being decoded -
framesDropped
public final long framesDroppedThe total number of video frames dropped prior to decode -
firCount
public final long firCountThe total number of Full Intra Request(FIR) packets sent -
pliCount
public final long pliCountThe total number of Picture Loss Indication(PLI) packets sent -
pauseCount
public final long pauseCountThe total number of video pauses experienced by receiver -
totalPausesDuration
The total duration of pauses in seconds -
freezeCount
public final long freezeCountThe total number of video freezes experienced by receiver -
totalFreezesDuration
The total duration of rendered frames which are considered frozen -
retransmittedBytesReceived
public final long retransmittedBytesReceivedThe total number of retransmitted bytes that were received -
retransmittedPacketsReceived
public final long retransmittedPacketsReceivedThe total number of retransmitted packets that were received -
frameWidth
public final long frameWidthRepresents the width of the last decoded frame -
frameHeight
public final long frameHeightRepresents the height of the last decoded frame -
framesPerSecond
public final double framesPerSecondThe number of decoded frames during the last second -
mime
Mime type
-