Class Video
-
- All Implemented Interfaces:
public final class Video extends RemoteTrack
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVideo.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Doublejitterprivate final IntegerpacketsLostprivate final DoubletimestampUsprivate final LongpacketsReceivedprivate final BigIntegerbytesTransportedprivate final StringtrackIdentifierprivate final DoubleremoteTimestampprivate final Longssrcprivate final DoublelastPacketReceivedTimestampprivate final DoublejitterBufferDelayprivate final IntegerframesReceivedprivate final DoubleframesPerSecondprivate final LongframesDecodedprivate final LongframesDroppedprivate final DoubletotalDecodeTimeprivate final DoubletotalInterFrameDelayprivate final DoubletotalSquaredInterFrameDelayprivate final LongfirCountprivate final LongpliCountprivate final LongnackCountprivate final LongframeWidthprivate final LongframeHeightprivate final LongfreezeCountprivate final DoubletotalFreezesDurationprivate final DoubletotalFramesDurationpublic final static Video.CompanionCompanion
-
Method Summary
Modifier and Type Method Description DoublegetJitter()IntegergetPacketsLost()DoublegetTimestampUs()LonggetPacketsReceived()BigIntegergetBytesTransported()StringgetTrackIdentifier()DoublegetRemoteTimestamp()LonggetSsrc()DoublegetLastPacketReceivedTimestamp()DoublegetJitterBufferDelay()final IntegergetFramesReceived()final DoublegetFramesPerSecond()final LonggetFramesDecoded()final LonggetFramesDropped()final DoublegetTotalDecodeTime()final DoublegetTotalInterFrameDelay()final DoublegetTotalSquaredInterFrameDelay()final LonggetFirCount()final LonggetPliCount()final LonggetNackCount()final LonggetFrameWidth()final LonggetFrameHeight()final LonggetFreezeCount()final DoublegetTotalFreezesDuration()final DoublegetTotalFramesDuration()-
-
Method Detail
-
getPacketsLost
Integer getPacketsLost()
-
getTimestampUs
Double getTimestampUs()
-
getPacketsReceived
Long getPacketsReceived()
-
getBytesTransported
BigInteger getBytesTransported()
-
getTrackIdentifier
String getTrackIdentifier()
-
getRemoteTimestamp
Double getRemoteTimestamp()
-
getLastPacketReceivedTimestamp
Double getLastPacketReceivedTimestamp()
-
getJitterBufferDelay
Double getJitterBufferDelay()
-
getFramesReceived
final Integer getFramesReceived()
-
getFramesPerSecond
final Double getFramesPerSecond()
-
getFramesDecoded
final Long getFramesDecoded()
-
getFramesDropped
final Long getFramesDropped()
-
getTotalDecodeTime
final Double getTotalDecodeTime()
-
getTotalInterFrameDelay
final Double getTotalInterFrameDelay()
-
getTotalSquaredInterFrameDelay
final Double getTotalSquaredInterFrameDelay()
-
getFirCount
final Long getFirCount()
-
getPliCount
final Long getPliCount()
-
getNackCount
final Long getNackCount()
-
getFrameWidth
final Long getFrameWidth()
-
getFrameHeight
final Long getFrameHeight()
-
getFreezeCount
final Long getFreezeCount()
-
getTotalFreezesDuration
final Double getTotalFreezesDuration()
-
getTotalFramesDuration
final Double getTotalFramesDuration()
-
-
-
-