MythTV  master
Macros
iptvstreamhandler.cpp File Reference
#include <ws2tcpip.h>
#include <QUdpSocket>
#include <QByteArray>
#include <QHostInfo>
#include "libmythbase/mythlogging.h"
#include "cetonrtsp.h"
#include "iptvstreamhandler.h"
#include "rtp/rtcpdatapacket.h"
#include "rtp/rtpdatapacket.h"
#include "rtp/rtpfecpacket.h"
#include "rtp/rtppacketbuffer.h"
#include "rtp/rtptsdatapacket.h"
#include "rtp/udppacketbuffer.h"
Include dependency graph for iptvstreamhandler.cpp:

Go to the source code of this file.

Macros

#define LOC   QString("IPTVSH[%1](%2): ").arg(m_inputId).arg(m_device)
 
#define LOC_WH   QString("IPTVSH(%1): ").arg(m_parent->m_device)
 

Macro Definition Documentation

◆ LOC

#define LOC   QString("IPTVSH[%1](%2): ").arg(m_inputId).arg(m_device)

Definition at line 30 of file iptvstreamhandler.cpp.

◆ LOC_WH

#define LOC_WH   QString("IPTVSH(%1): ").arg(m_parent->m_device)

Definition at line 344 of file iptvstreamhandler.cpp.