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 | ntptime_msw |
uint32_t | ntptime_lsw |
uint32_t | rtptimestamp |
uint32_t | packetcount |
uint32_t | octetcount |
Definition at line 99 of file rtpstructs.h.
uint32_t qrtplib::RTCPSenderReport::ntptime_lsw |
Definition at line 102 of file rtpstructs.h.
Referenced by qrtplib::RTCPSRPacket::GetNTPTimestamp(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().
uint32_t qrtplib::RTCPSenderReport::ntptime_msw |
Definition at line 101 of file rtpstructs.h.
Referenced by qrtplib::RTCPSRPacket::GetNTPTimestamp(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().
uint32_t qrtplib::RTCPSenderReport::octetcount |
Definition at line 105 of file rtpstructs.h.
Referenced by qrtplib::RTCPSRPacket::GetSenderOctetCount(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().
uint32_t qrtplib::RTCPSenderReport::packetcount |
Definition at line 104 of file rtpstructs.h.
Referenced by qrtplib::RTCPSRPacket::GetSenderPacketCount(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().
uint32_t qrtplib::RTCPSenderReport::rtptimestamp |
Definition at line 103 of file rtpstructs.h.
Referenced by qrtplib::RTCPSRPacket::GetRTPTimestamp(), and qrtplib::RTCPCompoundPacketBuilder::StartSenderReport().