RTP Audio System
2.0.0
|
#include "tdsystem.h"
Go to the source code of this file.
Functions | |
void | installBreakDetector () |
void | uninstallBreakDetector () |
bool | breakDetected () |
void | sendBreak (const bool quiet=false) |
bool breakDetected | ( | ) |
Check, if break has been detected.
void installBreakDetector | ( | ) |
Install break handler.
void sendBreak | ( | const bool | quiet = false | ) |
Send break to main thread.
quiet | true to print no break message in breakDetected(), false otherwise (default). |
void uninstallBreakDetector | ( | ) |
Uninstall break handler.