Class SendTrackStatsImpl

    • Method Detail

      • getLossRate

        public double getLossRate()
        Returns an estimation of the loss rate based on the most recent RTCP Receiver Report that we received, and the rate of "non-sent" packets (i.e. in the case of jitsi-videobridge the loss rate from the sender to the bridge).
        Specified by:
        getLossRate in interface TrackStats
        Returns:
        an estimate for the recent loss rate.
      • getHighestSent

        public int getHighestSent()
        Specified by:
        getHighestSent in interface SendTrackStats
        Returns:
        the highest sequence number that was sent out.