-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.RTPStatsOrBuilder 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 intgetPackets()uint32 packets = 4;abstract doublegetPacketRate()double packet_rate = 5;abstract longgetBytes()uint64 bytes = 6;abstract longgetHeaderBytes()uint64 header_bytes = 39;abstract doublegetBitrate()double bitrate = 7;abstract intgetPacketsLost()uint32 packets_lost = 8;abstract doublegetPacketLossRate()double packet_loss_rate = 9;abstract floatgetPacketLossPercentage()float packet_loss_percentage = 10;abstract intgetPacketsDuplicate()uint32 packets_duplicate = 11;abstract doublegetPacketDuplicateRate()double packet_duplicate_rate = 12;abstract longgetBytesDuplicate()uint64 bytes_duplicate = 13;abstract longgetHeaderBytesDuplicate()uint64 header_bytes_duplicate = 40;abstract doublegetBitrateDuplicate()double bitrate_duplicate = 14;abstract intgetPacketsPadding()uint32 packets_padding = 15;abstract doublegetPacketPaddingRate()double packet_padding_rate = 16;abstract longgetBytesPadding()uint64 bytes_padding = 17;abstract longgetHeaderBytesPadding()uint64 header_bytes_padding = 41;abstract doublegetBitratePadding()double bitrate_padding = 18;abstract intgetPacketsOutOfOrder()uint32 packets_out_of_order = 19;abstract intgetFrames()uint32 frames = 20;abstract doublegetFrameRate()double frame_rate = 21;abstract doublegetJitterCurrent()double jitter_current = 22;abstract doublegetJitterMax()double jitter_max = 23;abstract intgetGapHistogramCount()map<int32, uint32> gap_histogram = 24;abstract booleancontainsGapHistogram(int key)map<int32, uint32> gap_histogram = 24;abstract Map<Integer, Integer>getGapHistogram()Use getGapHistogramMap instead. abstract Map<Integer, Integer>getGapHistogramMap()map<int32, uint32> gap_histogram = 24;abstract intgetGapHistogramOrDefault(int key, int defaultValue)map<int32, uint32> gap_histogram = 24;abstract intgetGapHistogramOrThrow(int key)map<int32, uint32> gap_histogram = 24;abstract intgetNacks()uint32 nacks = 25;abstract intgetNackAcks()uint32 nack_acks = 37;abstract intgetNackMisses()uint32 nack_misses = 26;abstract intgetNackRepeated()uint32 nack_repeated = 38;abstract intgetPlis()uint32 plis = 27;abstract booleanhasLastPli().google.protobuf.Timestamp last_pli = 28;abstract TimestampgetLastPli().google.protobuf.Timestamp last_pli = 28;abstract intgetFirs()uint32 firs = 29;abstract booleanhasLastFir().google.protobuf.Timestamp last_fir = 30;abstract TimestampgetLastFir().google.protobuf.Timestamp last_fir = 30;abstract intgetRttCurrent()uint32 rtt_current = 31;abstract intgetRttMax()uint32 rtt_max = 32;abstract intgetKeyFrames()uint32 key_frames = 33;abstract booleanhasLastKeyFrame().google.protobuf.Timestamp last_key_frame = 34;abstract TimestampgetLastKeyFrame().google.protobuf.Timestamp last_key_frame = 34;abstract intgetLayerLockPlis()uint32 layer_lock_plis = 35;abstract booleanhasLastLayerLockPli().google.protobuf.Timestamp last_layer_lock_pli = 36;abstract TimestampgetLastLayerLockPli().google.protobuf.Timestamp last_layer_lock_pli = 36;abstract booleanhasPacketDrift().livekit.RTPDrift packet_drift = 44;abstract LivekitModels.RTPDriftgetPacketDrift().livekit.RTPDrift packet_drift = 44;abstract booleanhasNtpReportDrift().livekit.RTPDrift ntp_report_drift = 45;abstract LivekitModels.RTPDriftgetNtpReportDrift().livekit.RTPDrift ntp_report_drift = 45;abstract booleanhasRebasedReportDrift().livekit.RTPDrift rebased_report_drift = 46;abstract LivekitModels.RTPDriftgetRebasedReportDrift().livekit.RTPDrift rebased_report_drift = 46;abstract booleanhasReceivedReportDrift()NEXT_ID: 48.livekit.RTPDrift received_report_drift = 47;abstract LivekitModels.RTPDriftgetReceivedReportDrift()NEXT_ID: 48.livekit.RTPDrift received_report_drift = 47;-
-
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;
-
getPackets
abstract int getPackets()
uint32 packets = 4;
-
getPacketRate
abstract double getPacketRate()
double packet_rate = 5;
-
getBytes
abstract long getBytes()
uint64 bytes = 6;
-
getHeaderBytes
abstract long getHeaderBytes()
uint64 header_bytes = 39;
-
getBitrate
abstract double getBitrate()
double bitrate = 7;
-
getPacketsLost
abstract int getPacketsLost()
uint32 packets_lost = 8;
-
getPacketLossRate
abstract double getPacketLossRate()
double packet_loss_rate = 9;
-
getPacketLossPercentage
abstract float getPacketLossPercentage()
float packet_loss_percentage = 10;
-
getPacketsDuplicate
abstract int getPacketsDuplicate()
uint32 packets_duplicate = 11;
-
getPacketDuplicateRate
abstract double getPacketDuplicateRate()
double packet_duplicate_rate = 12;
-
getBytesDuplicate
abstract long getBytesDuplicate()
uint64 bytes_duplicate = 13;
-
getHeaderBytesDuplicate
abstract long getHeaderBytesDuplicate()
uint64 header_bytes_duplicate = 40;
-
getBitrateDuplicate
abstract double getBitrateDuplicate()
double bitrate_duplicate = 14;
-
getPacketsPadding
abstract int getPacketsPadding()
uint32 packets_padding = 15;
-
getPacketPaddingRate
abstract double getPacketPaddingRate()
double packet_padding_rate = 16;
-
getBytesPadding
abstract long getBytesPadding()
uint64 bytes_padding = 17;
-
getHeaderBytesPadding
abstract long getHeaderBytesPadding()
uint64 header_bytes_padding = 41;
-
getBitratePadding
abstract double getBitratePadding()
double bitrate_padding = 18;
-
getPacketsOutOfOrder
abstract int getPacketsOutOfOrder()
uint32 packets_out_of_order = 19;
-
getFrames
abstract int getFrames()
uint32 frames = 20;
-
getFrameRate
abstract double getFrameRate()
double frame_rate = 21;
-
getJitterCurrent
abstract double getJitterCurrent()
double jitter_current = 22;
-
getJitterMax
abstract double getJitterMax()
double jitter_max = 23;
-
getGapHistogramCount
abstract int getGapHistogramCount()
map<int32, uint32> gap_histogram = 24;
-
containsGapHistogram
abstract boolean containsGapHistogram(int key)
map<int32, uint32> gap_histogram = 24;
-
getGapHistogram
@Deprecated() abstract Map<Integer, Integer> getGapHistogram()
Use getGapHistogramMap instead.
-
getGapHistogramMap
abstract Map<Integer, Integer> getGapHistogramMap()
map<int32, uint32> gap_histogram = 24;
-
getGapHistogramOrDefault
abstract int getGapHistogramOrDefault(int key, int defaultValue)
map<int32, uint32> gap_histogram = 24;
-
getGapHistogramOrThrow
abstract int getGapHistogramOrThrow(int key)
map<int32, uint32> gap_histogram = 24;
-
getNacks
abstract int getNacks()
uint32 nacks = 25;
-
getNackAcks
abstract int getNackAcks()
uint32 nack_acks = 37;
-
getNackMisses
abstract int getNackMisses()
uint32 nack_misses = 26;
-
getNackRepeated
abstract int getNackRepeated()
uint32 nack_repeated = 38;
-
getPlis
abstract int getPlis()
uint32 plis = 27;
-
hasLastPli
abstract boolean hasLastPli()
.google.protobuf.Timestamp last_pli = 28;
-
getLastPli
abstract Timestamp getLastPli()
.google.protobuf.Timestamp last_pli = 28;
-
getFirs
abstract int getFirs()
uint32 firs = 29;
-
hasLastFir
abstract boolean hasLastFir()
.google.protobuf.Timestamp last_fir = 30;
-
getLastFir
abstract Timestamp getLastFir()
.google.protobuf.Timestamp last_fir = 30;
-
getRttCurrent
abstract int getRttCurrent()
uint32 rtt_current = 31;
-
getRttMax
abstract int getRttMax()
uint32 rtt_max = 32;
-
getKeyFrames
abstract int getKeyFrames()
uint32 key_frames = 33;
-
hasLastKeyFrame
abstract boolean hasLastKeyFrame()
.google.protobuf.Timestamp last_key_frame = 34;
-
getLastKeyFrame
abstract Timestamp getLastKeyFrame()
.google.protobuf.Timestamp last_key_frame = 34;
-
getLayerLockPlis
abstract int getLayerLockPlis()
uint32 layer_lock_plis = 35;
-
hasLastLayerLockPli
abstract boolean hasLastLayerLockPli()
.google.protobuf.Timestamp last_layer_lock_pli = 36;
-
getLastLayerLockPli
abstract Timestamp getLastLayerLockPli()
.google.protobuf.Timestamp last_layer_lock_pli = 36;
-
hasPacketDrift
abstract boolean hasPacketDrift()
.livekit.RTPDrift packet_drift = 44;
-
getPacketDrift
abstract LivekitModels.RTPDrift getPacketDrift()
.livekit.RTPDrift packet_drift = 44;
-
hasNtpReportDrift
abstract boolean hasNtpReportDrift()
.livekit.RTPDrift ntp_report_drift = 45;
-
getNtpReportDrift
abstract LivekitModels.RTPDrift getNtpReportDrift()
.livekit.RTPDrift ntp_report_drift = 45;
-
hasRebasedReportDrift
abstract boolean hasRebasedReportDrift()
.livekit.RTPDrift rebased_report_drift = 46;
-
getRebasedReportDrift
abstract LivekitModels.RTPDrift getRebasedReportDrift()
.livekit.RTPDrift rebased_report_drift = 46;
-
hasReceivedReportDrift
abstract boolean hasReceivedReportDrift()
NEXT_ID: 48.livekit.RTPDrift received_report_drift = 47;
-
getReceivedReportDrift
abstract LivekitModels.RTPDrift getReceivedReportDrift()
NEXT_ID: 48.livekit.RTPDrift received_report_drift = 47;
-
-
-
-