Package 

Interface LivekitModels.RTCPSenderReportStateOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getRtpTimestamp() uint32 rtp_timestamp = 1;
      abstract long getRtpTimestampExt() uint64 rtp_timestamp_ext = 2;
      abstract long getNtpTimestamp() uint64 ntp_timestamp = 3;
      abstract long getAt()
      time at which this happened
      
      int64 at = 4;
      abstract long getAtAdjusted() int64 at_adjusted = 5;
      abstract int getPackets() uint32 packets = 6;
      abstract long getOctets() uint64 octets = 7;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getNtpTimestamp

         abstract long getNtpTimestamp()

        uint64 ntp_timestamp = 3;

      • getAt

         abstract long getAt()
        time at which this happened
        
        int64 at = 4;
      • getAtAdjusted

         abstract long getAtAdjusted()

        int64 at_adjusted = 5;

      • getPackets

         abstract int getPackets()

        uint32 packets = 6;

      • getOctets

         abstract long getOctets()

        uint64 octets = 7;