Package org.jitsi.service.neomedia.stats
Interface ReceiveTrackStats
-
- All Superinterfaces:
TrackStats
- All Known Implementing Classes:
ReceiveTrackStatsImpl
public interface ReceiveTrackStats extends TrackStats
ExtendsTrackStatswith methods specific for streams that we send.- Author:
- Boris Grozev
-
-
Field Summary
-
Fields inherited from interface org.jitsi.service.neomedia.stats.TrackStats
JITTER_UNSET
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetCurrentPacketsLost()longgetPacketsLost()-
Methods inherited from interface org.jitsi.service.neomedia.stats.TrackStats
getBitrate, getBytes, getBytesNotRetransmitted, getBytesRetransmitted, getCurrentBytes, getCurrentPackets, getInterval, getJitter, getLossRate, getPacketRate, getPackets, getPacketsMissingFromCache, getPacketsNotRetransmitted, getPacketsRetransmitted, getRtt, getSSRC
-
-