Package 

Interface LivekitModels.RTPDriftOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasStartTime() .google.protobuf.Timestamp start_time = 1;
      abstract Timestamp getStartTime() .google.protobuf.Timestamp start_time = 1;
      abstract boolean hasEndTime() .google.protobuf.Timestamp end_time = 2;
      abstract Timestamp getEndTime() .google.protobuf.Timestamp end_time = 2;
      abstract double getDuration() double duration = 3;
      abstract long getStartTimestamp() uint64 start_timestamp = 4;
      abstract long getEndTimestamp() uint64 end_timestamp = 5;
      abstract long getRtpClockTicks() uint64 rtp_clock_ticks = 6;
      abstract long getDriftSamples() int64 drift_samples = 7;
      abstract double getDriftMs() double drift_ms = 8;
      abstract double getClockRate() double clock_rate = 9;
      • 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

      • hasStartTime

         abstract boolean hasStartTime()

        .google.protobuf.Timestamp start_time = 1;

      • getStartTime

         abstract Timestamp getStartTime()

        .google.protobuf.Timestamp start_time = 1;

      • hasEndTime

         abstract boolean hasEndTime()

        .google.protobuf.Timestamp end_time = 2;

      • getEndTime

         abstract Timestamp getEndTime()

        .google.protobuf.Timestamp end_time = 2;

      • getDuration

         abstract double getDuration()

        double duration = 3;

      • getEndTimestamp

         abstract long getEndTimestamp()

        uint64 end_timestamp = 5;

      • getDriftMs

         abstract double getDriftMs()

        double drift_ms = 8;

      • getClockRate

         abstract double getClockRate()

        double clock_rate = 9;