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.
Public Attributes | List of all members
qrtplib::RTCPReceiverReport Struct Reference

#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
 

Detailed Description

Definition at line 108 of file rtpstructs.h.

Member Data Documentation

◆ dlsr

uint32_t qrtplib::RTCPReceiverReport::dlsr

Definition at line 116 of file rtpstructs.h.

Referenced by qrtplib::RTCPRRPacket::GetDLSR(), and qrtplib::RTCPSRPacket::GetDLSR().

◆ exthighseqnr

uint32_t qrtplib::RTCPReceiverReport::exthighseqnr

◆ fractionlost

uint8_t qrtplib::RTCPReceiverReport::fractionlost

◆ jitter

uint32_t qrtplib::RTCPReceiverReport::jitter

◆ lsr

uint32_t qrtplib::RTCPReceiverReport::lsr

Definition at line 115 of file rtpstructs.h.

Referenced by qrtplib::RTCPRRPacket::GetLSR(), and qrtplib::RTCPSRPacket::GetLSR().

◆ packetslost

uint8_t qrtplib::RTCPReceiverReport::packetslost[3]

◆ ssrc

uint32_t qrtplib::RTCPReceiverReport::ssrc

The documentation for this struct was generated from the following file: