|
MythTV master
|
#include <limits>#include <QHostAddress>#include <QByteArray>#include <QtEndian>#include "udppacket.h"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 } |
|
staticconstexpr |
Definition at line 21 of file rtcpdatapacket.h.
Referenced by RTCPDataPacket::GetData().
|
staticconstexpr |
Definition at line 22 of file rtcpdatapacket.h.
Referenced by RTCPDataPacket::GetData().
|
staticconstexpr |
Definition at line 20 of file rtcpdatapacket.h.
Referenced by RTCPDataPacket::GetData().