-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.RTPStatsOrBuilder implements MessageLiteOrBuilder
-
-
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 int
getPackets()
uint32 packets = 4;
abstract double
getPacketRate()
double packet_rate = 5;
abstract long
getBytes()
uint64 bytes = 6;
abstract long
getHeaderBytes()
uint64 header_bytes = 39;
abstract double
getBitrate()
double bitrate = 7;
abstract int
getPacketsLost()
uint32 packets_lost = 8;
abstract double
getPacketLossRate()
double packet_loss_rate = 9;
abstract float
getPacketLossPercentage()
float packet_loss_percentage = 10;
abstract int
getPacketsDuplicate()
uint32 packets_duplicate = 11;
abstract double
getPacketDuplicateRate()
double packet_duplicate_rate = 12;
abstract long
getBytesDuplicate()
uint64 bytes_duplicate = 13;
abstract long
getHeaderBytesDuplicate()
uint64 header_bytes_duplicate = 40;
abstract double
getBitrateDuplicate()
double bitrate_duplicate = 14;
abstract int
getPacketsPadding()
uint32 packets_padding = 15;
abstract double
getPacketPaddingRate()
double packet_padding_rate = 16;
abstract long
getBytesPadding()
uint64 bytes_padding = 17;
abstract long
getHeaderBytesPadding()
uint64 header_bytes_padding = 41;
abstract double
getBitratePadding()
double bitrate_padding = 18;
abstract int
getPacketsOutOfOrder()
uint32 packets_out_of_order = 19;
abstract int
getFrames()
uint32 frames = 20;
abstract double
getFrameRate()
double frame_rate = 21;
abstract double
getJitterCurrent()
double jitter_current = 22;
abstract double
getJitterMax()
double jitter_max = 23;
abstract int
getGapHistogramCount()
map<int32, uint32> gap_histogram = 24;
abstract boolean
containsGapHistogram(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 int
getGapHistogramOrDefault(int key, int defaultValue)
map<int32, uint32> gap_histogram = 24;
abstract int
getGapHistogramOrThrow(int key)
map<int32, uint32> gap_histogram = 24;
abstract int
getNacks()
uint32 nacks = 25;
abstract int
getNackAcks()
uint32 nack_acks = 37;
abstract int
getNackMisses()
uint32 nack_misses = 26;
abstract int
getNackRepeated()
uint32 nack_repeated = 38;
abstract int
getPlis()
uint32 plis = 27;
abstract boolean
hasLastPli()
.google.protobuf.Timestamp last_pli = 28;
abstract Timestamp
getLastPli()
.google.protobuf.Timestamp last_pli = 28;
abstract int
getFirs()
uint32 firs = 29;
abstract boolean
hasLastFir()
.google.protobuf.Timestamp last_fir = 30;
abstract Timestamp
getLastFir()
.google.protobuf.Timestamp last_fir = 30;
abstract int
getRttCurrent()
uint32 rtt_current = 31;
abstract int
getRttMax()
uint32 rtt_max = 32;
abstract int
getKeyFrames()
uint32 key_frames = 33;
abstract boolean
hasLastKeyFrame()
.google.protobuf.Timestamp last_key_frame = 34;
abstract Timestamp
getLastKeyFrame()
.google.protobuf.Timestamp last_key_frame = 34;
abstract int
getLayerLockPlis()
uint32 layer_lock_plis = 35;
abstract boolean
hasLastLayerLockPli()
.google.protobuf.Timestamp last_layer_lock_pli = 36;
abstract Timestamp
getLastLayerLockPli()
.google.protobuf.Timestamp last_layer_lock_pli = 36;
abstract boolean
hasPacketDrift()
.livekit.RTPDrift packet_drift = 44;
abstract LivekitModels.RTPDrift
getPacketDrift()
.livekit.RTPDrift packet_drift = 44;
abstract boolean
hasReportDrift()
NEXT_ID: 46
.livekit.RTPDrift report_drift = 45;
abstract LivekitModels.RTPDrift
getReportDrift()
NEXT_ID: 46
.livekit.RTPDrift report_drift = 45;
-
-
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;
-
hasReportDrift
abstract boolean hasReportDrift()
NEXT_ID: 46
.livekit.RTPDrift report_drift = 45;
-
getReportDrift
abstract LivekitModels.RTPDrift getReportDrift()
NEXT_ID: 46
.livekit.RTPDrift report_drift = 45;
-
-
-
-