-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.RTPDriftOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasStartTime().google.protobuf.Timestamp start_time = 1;abstract TimestampgetStartTime().google.protobuf.Timestamp start_time = 1;abstract booleanhasEndTime().google.protobuf.Timestamp end_time = 2;abstract TimestampgetEndTime().google.protobuf.Timestamp end_time = 2;abstract doublegetDuration()double duration = 3;abstract longgetStartTimestamp()uint64 start_timestamp = 4;abstract longgetEndTimestamp()uint64 end_timestamp = 5;abstract longgetRtpClockTicks()uint64 rtp_clock_ticks = 6;abstract longgetDriftSamples()int64 drift_samples = 7;abstract doublegetDriftMs()double drift_ms = 8;abstract doublegetClockRate()double clock_rate = 9;-
-
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;
-
getStartTimestamp
abstract long getStartTimestamp()
uint64 start_timestamp = 4;
-
getEndTimestamp
abstract long getEndTimestamp()
uint64 end_timestamp = 5;
-
getRtpClockTicks
abstract long getRtpClockTicks()
uint64 rtp_clock_ticks = 6;
-
getDriftSamples
abstract long getDriftSamples()
int64 drift_samples = 7;
-
getDriftMs
abstract double getDriftMs()
double drift_ms = 8;
-
getClockRate
abstract double getClockRate()
double clock_rate = 9;
-
-
-
-