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 <rtpsourcedata.h>
Public Member Functions | |
RTCPSenderReportInfo () | |
void | Set (const RTPNTPTime &ntptime, uint32_t rtptime, uint32_t pcount, uint32_t bcount, const RTPTime &rcvtime) |
bool | HasInfo () const |
RTPNTPTime | GetNTPTimestamp () const |
uint32_t | GetRTPTimestamp () const |
uint32_t | GetPacketCount () const |
uint32_t | GetByteCount () const |
RTPTime | GetReceiveTime () const |
Private Attributes | |
bool | hasinfo |
RTPNTPTime | ntptimestamp |
uint32_t | rtptimestamp |
uint32_t | packetcount |
uint32_t | bytecount |
RTPTime | receivetime |
Definition at line 56 of file rtpsourcedata.h.
|
inline |
Definition at line 59 of file rtpsourcedata.h.
|
inline |
Definition at line 93 of file rtpsourcedata.h.
|
inline |
Definition at line 81 of file rtpsourcedata.h.
Referenced by qrtplib::RTPSourceData::INF_GetEstimatedTimestampUnit().
|
inline |
Definition at line 89 of file rtpsourcedata.h.
|
inline |
Definition at line 97 of file rtpsourcedata.h.
|
inline |
Definition at line 85 of file rtpsourcedata.h.
Referenced by qrtplib::RTPSourceData::INF_GetEstimatedTimestampUnit().
|
inline |
Definition at line 77 of file rtpsourcedata.h.
Referenced by qrtplib::RTPSourceData::INF_GetEstimatedTimestampUnit().
|
inline |
Definition at line 67 of file rtpsourcedata.h.
|
private |
Definition at line 106 of file rtpsourcedata.h.
|
private |
Definition at line 102 of file rtpsourcedata.h.
|
private |
Definition at line 103 of file rtpsourcedata.h.
|
private |
Definition at line 105 of file rtpsourcedata.h.
|
private |
Definition at line 107 of file rtpsourcedata.h.
|
private |
Definition at line 104 of file rtpsourcedata.h.