Class RTCInboundRTPStreamStats


public class RTCInboundRTPStreamStats extends RTCRTPStreamStats
Statistics that represents the measurement metrics for the incoming media stream.
  • Constructor Details

    • RTCInboundRTPStreamStats

      protected RTCInboundRTPStreamStats()
      Default private constructor of RTCInboundRTPStreamStats for serialization with Jackson
    • RTCInboundRTPStreamStats

      public RTCInboundRTPStreamStats(String id, StatsType type, long timestampMillis, String ssrc, String associateStatsId, boolean isRemote, String mediaTrackId, String transportId, String codecId, long firCount, long pliCount, long nackCount, long sliCount, long remb, long packetsLost, double fractionLost, long packetsReceived, long bytesReceived, double jitter)
      Create a RTCInboundRTPStreamStats
  • Method Details

    • getPacketsReceived

      public long getPacketsReceived()
      get Total number of RTP packets received for this SSRC.
    • setPacketsReceived

      public void setPacketsReceived(long packetsReceived)
      set Total number of RTP packets received for this SSRC.
    • getBytesReceived

      public long getBytesReceived()
      get Total number of bytes received for this SSRC.
    • setBytesReceived

      public void setBytesReceived(long bytesReceived)
      set Total number of bytes received for this SSRC.
    • getJitter

      public double getJitter()
      get Packet Jitter measured in seconds for this SSRC.
    • setJitter

      public void setJitter(double jitter)
      set Packet Jitter measured in seconds for this SSRC.