![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Sender pipeline loop. More...
#include "roc_core/buffer_factory.h"
#include "roc_core/iallocator.h"
#include "roc_core/mutex.h"
#include "roc_core/ticker.h"
#include "roc_pipeline/config.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 |
Add new slot. More... | |
class | roc::pipeline::SenderLoop::Tasks::CreateEndpoint |
Create endpoint on given interface of the slot. More... | |
class | roc::pipeline::SenderLoop::Tasks::SetEndpointDestinationWriter |
Set writer to which endpoint will write packets. More... | |
class | roc::pipeline::SenderLoop::Tasks::SetEndpointDestinationAddress |
Set UDP address for output packets of endpoint. More... | |
class | roc::pipeline::SenderLoop::Tasks::CheckSlotIsReady |
Check if the slot configuration is done. This is true when all necessary endpoints are added and configured. More... | |
Namespaces | |
namespace | roc |
Root namespace. | |
namespace | roc::pipeline |
Sender and receiver processing pipelines. | |
Sender pipeline loop.
Definition in file sender_loop.h.