SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <rtpstructs.h>
Public Attributes | |
uint32_t | ssrc |
uint8_t | fractionlost |
uint8_t | packetslost [3] |
uint32_t | exthighseqnr |
uint32_t | jitter |
uint32_t | lsr |
uint32_t | dlsr |
Definition at line 108 of file rtpstructs.h.
uint32_t qrtplib::RTCPReceiverReport::dlsr |
Definition at line 116 of file rtpstructs.h.
Referenced by qrtplib::RTCPRRPacket::GetDLSR(), and qrtplib::RTCPSRPacket::GetDLSR().
uint32_t qrtplib::RTCPReceiverReport::exthighseqnr |
Definition at line 113 of file rtpstructs.h.
Referenced by qrtplib::RTCPRRPacket::GetExtendedHighestSequenceNumber(), and qrtplib::RTCPSRPacket::GetExtendedHighestSequenceNumber().
uint8_t qrtplib::RTCPReceiverReport::fractionlost |
Definition at line 111 of file rtpstructs.h.
Referenced by qrtplib::RTCPRRPacket::GetFractionLost(), and qrtplib::RTCPSRPacket::GetFractionLost().
uint32_t qrtplib::RTCPReceiverReport::jitter |
Definition at line 114 of file rtpstructs.h.
Referenced by qrtplib::RTCPRRPacket::GetJitter(), and qrtplib::RTCPSRPacket::GetJitter().
uint32_t qrtplib::RTCPReceiverReport::lsr |
Definition at line 115 of file rtpstructs.h.
Referenced by qrtplib::RTCPRRPacket::GetLSR(), and qrtplib::RTCPSRPacket::GetLSR().
uint8_t qrtplib::RTCPReceiverReport::packetslost[3] |
Definition at line 112 of file rtpstructs.h.
Referenced by qrtplib::RTCPRRPacket::GetLostPacketCount(), and qrtplib::RTCPSRPacket::GetLostPacketCount().
uint32_t qrtplib::RTCPReceiverReport::ssrc |
Definition at line 110 of file rtpstructs.h.
Referenced by qrtplib::RTCPCompoundPacketBuilder::AddReportBlock(), qrtplib::RTCPRRPacket::GetSSRC(), and qrtplib::RTCPSRPacket::GetSSRC().