Package com.amazonaws.ivs.broadcast
Class LocalVideoStats
- java.lang.Object
- 
- com.amazonaws.ivs.broadcast.LocalVideoStats
 
- 
 @RequiresApi(api=28) public class LocalVideoStats extends java.lang.Object
- 
- 
Field SummaryFields Modifier and Type Field Description booleanactiveThe indication if SDK is actively sending local video or notlongbytesSentThe total number of video bytes sent, and it includes retransmissionslongfirCountThe total number of Full Intra Request(FIR) packets receivedlongframeHeightRepresents the height of the last encoded framelongframesEncodedThe number of video frames encodedlongframesPerSecondThe number of encoded frames during the last secondlongframesSentRepresents the total number of frames sentlongframeWidthRepresents the width of the last encoded framelongheaderBytesSentThe number of RTP header bytes sentlonghugeFramesSentRepresents the total number of huge frames sentlongkeyFramesEncodedThe number of video key frames encodedjava.lang.StringmimeMime typelongnackCountThe NACK count received by SDK for sending videoQualityStats.NetworkQualitynetworkQualityThe network quality associates with publishing local videolongpacketsSentThe number of video RTP packets sentlongpliCountThe total number of Picture Loss Indication(PLI) packets receivedjava.lang.StringqualityLimitationReasonThe current reason for limiting the resolution and/or frameratelongqualityLimitationResolutionChangesThe total number of seconds that SDK has spent in each quality limitation statelongretransmittedBytesSentThe number of retransmitted byteslongretransmittedPacketsSentThe number of video RTP packets retransmittedjava.lang.StringridRepresents the layer used by simulcast, and it is not empty only when simulcast is enabledlongtotalEncodedBytesTargetThe value is increaed by the target frame size in bytes every time a frame has been encodedlongtotalEncodeTimeThe total number of seconds that has been spent encoding video frameslongtotalPacketSendDelayThe total number of seconds that RTP packets have bufferered locally
 
- 
- 
- 
Field Detail- 
networkQualitypublic final QualityStats.NetworkQuality networkQuality The network quality associates with publishing local video
 - 
nackCountpublic final long nackCount The NACK count received by SDK for sending video
 - 
packetsSentpublic final long packetsSent The number of video RTP packets sent
 - 
retransmittedPacketsSentpublic final long retransmittedPacketsSent The number of video RTP packets retransmitted
 - 
bytesSentpublic final long bytesSent The total number of video bytes sent, and it includes retransmissions
 - 
headerBytesSentpublic final long headerBytesSent The number of RTP header bytes sent
 - 
retransmittedBytesSentpublic final long retransmittedBytesSent The number of retransmitted bytes
 - 
totalPacketSendDelaypublic final long totalPacketSendDelay The total number of seconds that RTP packets have bufferered locally
 - 
firCountpublic final long firCount The total number of Full Intra Request(FIR) packets received
 - 
pliCountpublic final long pliCount The total number of Picture Loss Indication(PLI) packets received
 - 
framesEncodedpublic final long framesEncoded The number of video frames encoded
 - 
keyFramesEncodedpublic final long keyFramesEncoded The number of video key frames encoded
 - 
totalEncodeTimepublic final long totalEncodeTime The total number of seconds that has been spent encoding video frames
 - 
totalEncodedBytesTargetpublic final long totalEncodedBytesTarget The value is increaed by the target frame size in bytes every time a frame has been encoded
 - 
framesSentpublic final long framesSent Represents the total number of frames sent
 - 
hugeFramesSentpublic final long hugeFramesSent Represents the total number of huge frames sent
 - 
qualityLimitationReasonpublic final java.lang.String qualityLimitationReason The current reason for limiting the resolution and/or framerate
 - 
qualityLimitationResolutionChangespublic final long qualityLimitationResolutionChanges The total number of seconds that SDK has spent in each quality limitation state
 - 
activepublic final boolean active The indication if SDK is actively sending local video or not
 - 
frameWidthpublic final long frameWidth Represents the width of the last encoded frame
 - 
frameHeightpublic final long frameHeight Represents the height of the last encoded frame
 - 
framesPerSecondpublic final long framesPerSecond The number of encoded frames during the last second
 - 
ridpublic final java.lang.String rid Represents the layer used by simulcast, and it is not empty only when simulcast is enabled
 - 
mimepublic final java.lang.String mime Mime type
 
- 
 
-