MythTV  master
Classes | Macros
rtcpdatapacket.h File Reference
#include <limits>
#include <QHostAddress>
#include <QByteArray>
#include <QtEndian>
#include "libmythbase/mythlogging.h"
#include "udppacket.h"
Include dependency graph for rtcpdatapacket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RTCPDataPacket
 RTCP Data Packet. More...
 

Macros

#define RTP_VERSION   2
 
#define RTCP_RR   201
 
#define RTCP_SDES   202
 

Macro Definition Documentation

◆ RTP_VERSION

#define RTP_VERSION   2

Definition at line 21 of file rtcpdatapacket.h.

◆ RTCP_RR

#define RTCP_RR   201

Definition at line 22 of file rtcpdatapacket.h.

◆ RTCP_SDES

#define RTCP_SDES   202

Definition at line 23 of file rtcpdatapacket.h.