CSL  5.2
CslRtpIncludes.h
Go to the documentation of this file.
1 // This includes the necessary files from Jori's JRtpLib
2 
3 #ifndef RTPINCLUDES_H_
4 #define RTPINCLUDES_H_
5 
6 #include "rtpsession.h"
7 #include "rtppacket.h"
8 #include "rtpudpv4transmitter.h"
9 #include "rtpipv4address.h"
10 #include "rtpsessionparams.h"
11 #include "rtperrors.h"
12 #include "rtpsourcedata.h"
13 #include "rtcpcompoundpacket.h"
14 #include "rtcppacket.h"
15 #include "rtcpsrpacket.h"
16 #include "rtcprrpacket.h"
17 #include "rtcpsdespacket.h"
18 #include "rtcpbyepacket.h"
19 #include "rtcpapppacket.h"
20 #include "rtcpunknownpacket.h"
21 
22 #ifndef CSL_WINDOWS
23 #include <sys/param.h>
24 #include <sys/types.h>
25 #include <sys/socket.h>
26 #include <netinet/in.h>
27 #include <arpa/inet.h>
28 #endif
29 
30 #endif