|
RTP Audio System
2.0.0
|
#include "tdsystem.h"#include "tdsocket.h"#include "rtpsender.h"#include "rtcppacket.h"#include "rtcpreceiver.h"#include "rtcpabstractserver.h"#include "audioclientapppacket.h"#include "audioserver.h"#include "tools.h"#include "breakdetector.h"#include "bandwidthmanager.h"#include "servicelevelagreement.h"#include <fstream>Defines | |
| #define | WITH_QOSMGR |
Functions | |
| void | cleanUp (const cardinal exitCode=0) |
| void | initAll (const char *directory, const card16 port, const card64 timeout, const cardinal maxPacketSize, const bool lossScalability, const bool useSCTP) |
| int | main (int argc, char *argv[]) |
Variables | |
| static Socket * | rtcpServerSocket = NULL |
| static RTCPReceiver * | rtcpReceiver = NULL |
| static AudioServer * | server = NULL |
| static BandwidthManager * | qosManager = NULL |
| static ServiceLevelAgreement * | sla = NULL |
| static Socket * | pingSocket4 = NULL |
| static Socket * | pingSocket6 = NULL |
| static RoundTripTimePinger * | pinger = NULL |
| static std::ofstream * | logStream = NULL |
| #define WITH_QOSMGR |
| void initAll | ( | const char * | directory, |
| const card16 | port, | ||
| const card64 | timeout, | ||
| const cardinal | maxPacketSize, | ||
| const bool | lossScalability, | ||
| const bool | useSCTP | ||
| ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
std::ofstream* logStream = NULL [static] |
RoundTripTimePinger* pinger = NULL [static] |
Socket* pingSocket4 = NULL [static] |
Socket* pingSocket6 = NULL [static] |
BandwidthManager* qosManager = NULL [static] |
RTCPReceiver* rtcpReceiver = NULL [static] |
Socket* rtcpServerSocket = NULL [static] |
AudioServer* server = NULL [static] |
ServiceLevelAgreement* sla = NULL [static] |