MythTV master
Classes | Variables
rtcpdatapacket.h File Reference
#include <limits>
#include <QHostAddress>
#include <QByteArray>
#include <QtEndian>
#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...
 

Variables

static constexpr uint8_t RTP_VERSION { 2 }
 
static constexpr uint8_t RTCP_RR { 201 }
 
static constexpr uint8_t RTCP_SDES { 202 }
 

Variable Documentation

◆ RTCP_RR

constexpr uint8_t RTCP_RR { 201 }
staticconstexpr

Definition at line 21 of file rtcpdatapacket.h.

Referenced by RTCPDataPacket::GetData().

◆ RTCP_SDES

constexpr uint8_t RTCP_SDES { 202 }
staticconstexpr

Definition at line 22 of file rtcpdatapacket.h.

Referenced by RTCPDataPacket::GetData().

◆ RTP_VERSION

constexpr uint8_t RTP_VERSION { 2 }
staticconstexpr

Definition at line 20 of file rtcpdatapacket.h.

Referenced by RTCPDataPacket::GetData().