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.
Classes | Namespaces | Macros
rtpudptransmitter.h File Reference
#include "rtptransmitter.h"
#include "export.h"
#include <QObject>
#include <QHostAddress>
#include <QNetworkInterface>
#include <QQueue>
#include <QMutex>
#include <stdint.h>
#include <list>
+ Include dependency graph for rtpudptransmitter.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  qrtplib::RTPUDPTransmissionParams
 
class  qrtplib::RTPUDPTransmissionInfo
 
class  qrtplib::RTPUDPTransmitter
 

Namespaces

 qrtplib
 

Macros

#define RTPUDPV4TRANS_HASHSIZE   8317
 
#define RTPUDPV4TRANS_DEFAULTPORTBASE   5000
 
#define RTPUDPV4TRANS_RTPRECEIVEBUFFER   32768
 
#define RTPUDPV4TRANS_RTCPRECEIVEBUFFER   32768
 
#define RTPUDPV4TRANS_RTPTRANSMITBUFFER   32768
 
#define RTPUDPV4TRANS_RTCPTRANSMITBUFFER   32768
 
#define RTPUDPTRANS_HEADERSIZE   (20+8)
 

Macro Definition Documentation

◆ RTPUDPTRANS_HEADERSIZE

#define RTPUDPTRANS_HEADERSIZE   (20+8)

Definition at line 293 of file rtpudptransmitter.h.

Referenced by qrtplib::RTPUDPTransmitter::GetHeaderOverhead().

◆ RTPUDPV4TRANS_DEFAULTPORTBASE

#define RTPUDPV4TRANS_DEFAULTPORTBASE   5000

◆ RTPUDPV4TRANS_HASHSIZE

#define RTPUDPV4TRANS_HASHSIZE   8317

Definition at line 48 of file rtpudptransmitter.h.

◆ RTPUDPV4TRANS_RTCPRECEIVEBUFFER

#define RTPUDPV4TRANS_RTCPRECEIVEBUFFER   32768

◆ RTPUDPV4TRANS_RTCPTRANSMITBUFFER

#define RTPUDPV4TRANS_RTCPTRANSMITBUFFER   32768

◆ RTPUDPV4TRANS_RTPRECEIVEBUFFER

#define RTPUDPV4TRANS_RTPRECEIVEBUFFER   32768

◆ RTPUDPV4TRANS_RTPTRANSMITBUFFER

#define RTPUDPV4TRANS_RTPTRANSMITBUFFER   32768