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.
Macros
rtpdefines.h File Reference
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RTP_VERSION   2
 
#define RTP_MAXCSRCS   15
 
#define RTP_MINPACKETSIZE   600
 
#define RTP_DEFAULTPACKETSIZE   1400
 
#define RTP_PROBATIONCOUNT   2
 
#define RTP_MAXPRIVITEMS   256
 
#define RTP_SENDERTIMEOUTMULTIPLIER   2
 
#define RTP_BYETIMEOUTMULTIPLIER   1
 
#define RTP_MEMBERTIMEOUTMULTIPLIER   5
 
#define RTP_COLLISIONTIMEOUTMULTIPLIER   10
 
#define RTP_NOTETTIMEOUTMULTIPLIER   25
 
#define RTP_DEFAULTSESSIONBANDWIDTH   10000.0
 
#define RTP_RTCPTYPE_SR   200
 
#define RTP_RTCPTYPE_RR   201
 
#define RTP_RTCPTYPE_SDES   202
 
#define RTP_RTCPTYPE_BYE   203
 
#define RTP_RTCPTYPE_APP   204
 
#define RTCP_SDES_ID_CNAME   1
 
#define RTCP_SDES_ID_NAME   2
 
#define RTCP_SDES_ID_EMAIL   3
 
#define RTCP_SDES_ID_PHONE   4
 
#define RTCP_SDES_ID_LOCATION   5
 
#define RTCP_SDES_ID_TOOL   6
 
#define RTCP_SDES_ID_NOTE   7
 
#define RTCP_SDES_ID_PRIVATE   8
 
#define RTCP_SDES_NUMITEMS_NONPRIVATE   7
 
#define RTCP_SDES_MAXITEMLENGTH   255
 
#define RTCP_BYE_MAXREASONLENGTH   255
 
#define RTCP_DEFAULTMININTERVAL   5.0
 
#define RTCP_DEFAULTBANDWIDTHFRACTION   0.05
 
#define RTCP_DEFAULTSENDERFRACTION   0.25
 
#define RTCP_DEFAULTHALFATSTARTUP   true
 
#define RTCP_DEFAULTIMMEDIATEBYE   true
 
#define RTCP_DEFAULTSRBYE   true
 

Macro Definition Documentation

◆ RTCP_BYE_MAXREASONLENGTH

#define RTCP_BYE_MAXREASONLENGTH   255

Definition at line 67 of file rtpdefines.h.

Referenced by qrtplib::RTPSession::BYEDestroy().

◆ RTCP_DEFAULTBANDWIDTHFRACTION

#define RTCP_DEFAULTBANDWIDTHFRACTION   0.05

Definition at line 69 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTCP_DEFAULTHALFATSTARTUP

#define RTCP_DEFAULTHALFATSTARTUP   true

◆ RTCP_DEFAULTIMMEDIATEBYE

#define RTCP_DEFAULTIMMEDIATEBYE   true

◆ RTCP_DEFAULTMININTERVAL

#define RTCP_DEFAULTMININTERVAL   5.0

Definition at line 68 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTCP_DEFAULTSENDERFRACTION

#define RTCP_DEFAULTSENDERFRACTION   0.25

◆ RTCP_DEFAULTSRBYE

#define RTCP_DEFAULTSRBYE   true

Definition at line 73 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTCP_SDES_ID_CNAME

#define RTCP_SDES_ID_CNAME   1

◆ RTCP_SDES_ID_EMAIL

#define RTCP_SDES_ID_EMAIL   3

◆ RTCP_SDES_ID_LOCATION

#define RTCP_SDES_ID_LOCATION   5

◆ RTCP_SDES_ID_NAME

#define RTCP_SDES_ID_NAME   2

◆ RTCP_SDES_ID_NOTE

#define RTCP_SDES_ID_NOTE   7

◆ RTCP_SDES_ID_PHONE

#define RTCP_SDES_ID_PHONE   4

◆ RTCP_SDES_ID_PRIVATE

#define RTCP_SDES_ID_PRIVATE   8

◆ RTCP_SDES_ID_TOOL

#define RTCP_SDES_ID_TOOL   6

◆ RTCP_SDES_MAXITEMLENGTH

#define RTCP_SDES_MAXITEMLENGTH   255

◆ RTCP_SDES_NUMITEMS_NONPRIVATE

#define RTCP_SDES_NUMITEMS_NONPRIVATE   7

Definition at line 64 of file rtpdefines.h.

◆ RTP_BYETIMEOUTMULTIPLIER

#define RTP_BYETIMEOUTMULTIPLIER   1

Definition at line 44 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTP_COLLISIONTIMEOUTMULTIPLIER

#define RTP_COLLISIONTIMEOUTMULTIPLIER   10

Definition at line 46 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTP_DEFAULTPACKETSIZE

#define RTP_DEFAULTPACKETSIZE   1400

Definition at line 40 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTP_DEFAULTSESSIONBANDWIDTH

#define RTP_DEFAULTSESSIONBANDWIDTH   10000.0

Definition at line 48 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTP_MAXCSRCS

#define RTP_MAXCSRCS   15

◆ RTP_MAXPRIVITEMS

#define RTP_MAXPRIVITEMS   256

Definition at line 42 of file rtpdefines.h.

Referenced by qrtplib::RTCPSDESInfo::SetPrivateValue().

◆ RTP_MEMBERTIMEOUTMULTIPLIER

#define RTP_MEMBERTIMEOUTMULTIPLIER   5

Definition at line 45 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTP_MINPACKETSIZE

#define RTP_MINPACKETSIZE   600

◆ RTP_NOTETTIMEOUTMULTIPLIER

#define RTP_NOTETTIMEOUTMULTIPLIER   25

Definition at line 47 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTP_PROBATIONCOUNT

#define RTP_PROBATIONCOUNT   2

Definition at line 41 of file rtpdefines.h.

◆ RTP_RTCPTYPE_APP

#define RTP_RTCPTYPE_APP   204

◆ RTP_RTCPTYPE_BYE

#define RTP_RTCPTYPE_BYE   203

◆ RTP_RTCPTYPE_RR

#define RTP_RTCPTYPE_RR   201

◆ RTP_RTCPTYPE_SDES

#define RTP_RTCPTYPE_SDES   202

◆ RTP_RTCPTYPE_SR

#define RTP_RTCPTYPE_SR   200

◆ RTP_SENDERTIMEOUTMULTIPLIER

#define RTP_SENDERTIMEOUTMULTIPLIER   2

Definition at line 43 of file rtpdefines.h.

Referenced by qrtplib::RTPSessionParams::RTPSessionParams().

◆ RTP_VERSION

#define RTP_VERSION   2