Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include <QString>
Go to the source code of this file.
Macros | |
#define | CLIENT_PORT 5194 |
#define | SERVICE_DISCOVERY_PORT 3492 |
#define | PING_TIMEOUT_MS 30000 |
Functions | |
static const QString | CLIENT_PORT_STR (QString::number(CLIENT_PORT)) |
static const QByteArray | CLIENT_PORT_ARRAY (QString::number(CLIENT_PORT).toUtf8()) |
#define CLIENT_PORT 5194 |
Definition at line 6 of file settings.h.
#define PING_TIMEOUT_MS 30000 |
Definition at line 12 of file settings.h.
#define SERVICE_DISCOVERY_PORT 3492 |
Definition at line 10 of file settings.h.
|
static |
|
static |