-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.RTCPSenderReportStateOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetRtpTimestamp()uint32 rtp_timestamp = 1;abstract longgetRtpTimestampExt()uint64 rtp_timestamp_ext = 2;abstract longgetNtpTimestamp()uint64 ntp_timestamp = 3;abstract longgetAt()time at which this happenedint64 at = 4;abstract longgetAtAdjusted()int64 at_adjusted = 5;abstract intgetPackets()uint32 packets = 6;abstract longgetOctets()uint64 octets = 7;-
-
Method Detail
-
getRtpTimestamp
abstract int getRtpTimestamp()
uint32 rtp_timestamp = 1;
-
getRtpTimestampExt
abstract long getRtpTimestampExt()
uint64 rtp_timestamp_ext = 2;
-
getNtpTimestamp
abstract long getNtpTimestamp()
uint64 ntp_timestamp = 3;
-
getAt
abstract long getAt()
time at which this happenedint64 at = 4;
-
getAtAdjusted
abstract long getAtAdjusted()
int64 at_adjusted = 5;
-
getPackets
abstract int getPackets()
uint32 packets = 6;
-
getOctets
abstract long getOctets()
uint64 octets = 7;
-
-
-
-