|
JS8Call-Improved master
|
Worker and Decoder QObject wrapper for an external decoder process. More...
#include "JS8_Main/ProcessThread.h"#include <QByteArray>#include <QLoggingCategory>#include <QPointer>#include <QProcess>

Go to the source code of this file.
Classes | |
| class | Worker |
| Manage an external decoder process and forward its I/O. More... | |
| class | Decoder |
| Qt-friendly controller that runs the decoder Worker in a thread. More... | |
Worker and Decoder QObject wrapper for an external decoder process.
Worker manages the external process used for decoding (life-cycle and I/O), while Decoder exposes a Qt-friendly interface that runs the worker in a separate thread and forwards ready/error/finished signals.