![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Sender pipeline loop. More...
#include "roc_core/iarena.h"#include "roc_core/ipool.h"#include "roc_core/mutex.h"#include "roc_core/ticker.h"#include "roc_pipeline/config.h"#include "roc_pipeline/metrics.h"#include "roc_pipeline/pipeline_loop.h"#include "roc_pipeline/sender_sink.h"#include "roc_sndio/isink.h"

Go to the source code of this file.
Classes | |
| class | roc::pipeline::SenderLoop |
| Sender pipeline loop. More... | |
| class | roc::pipeline::SenderLoop::Task |
| Base task class. More... | |
| class | roc::pipeline::SenderLoop::Tasks |
| Subclasses for specific tasks. More... | |
| class | roc::pipeline::SenderLoop::Tasks::CreateSlot |
| Create new slot. More... | |
| class | roc::pipeline::SenderLoop::Tasks::DeleteSlot |
| Delete existing slot. More... | |
| class | roc::pipeline::SenderLoop::Tasks::QuerySlot |
| Query slot metrics. More... | |
| class | roc::pipeline::SenderLoop::Tasks::AddEndpoint |
| Create endpoint on given interface of the slot. More... | |
Namespaces | |
| namespace | roc |
| Root namespace. | |
| namespace | roc::pipeline |
| Sender and receiver processing pipelines. | |
Sender pipeline loop.
Definition in file sender_loop.h.