![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Receiver pipeline loop. More...
#include "roc_core/buffer_factory.h"
#include "roc_core/iallocator.h"
#include "roc_core/mutex.h"
#include "roc_core/optional.h"
#include "roc_core/stddefs.h"
#include "roc_packet/packet_factory.h"
#include "roc_pipeline/config.h"
#include "roc_pipeline/pipeline_loop.h"
#include "roc_pipeline/receiver_source.h"
#include "roc_sndio/isource.h"
Go to the source code of this file.
Classes | |
class | roc::pipeline::ReceiverLoop |
Receiver pipeline loop. More... | |
class | roc::pipeline::ReceiverLoop::Task |
Base task class. More... | |
class | roc::pipeline::ReceiverLoop::Tasks |
Subclasses for specific tasks. More... | |
class | roc::pipeline::ReceiverLoop::Tasks::CreateSlot |
Add new slot. More... | |
class | roc::pipeline::ReceiverLoop::Tasks::CreateEndpoint |
Create endpoint on given interface of the slot. More... | |
class | roc::pipeline::ReceiverLoop::Tasks::DeleteEndpoint |
Delete endpoint on given interface of the slot, if it exists. More... | |
Namespaces | |
namespace | roc |
Root namespace. | |
namespace | roc::pipeline |
Sender and receiver processing pipelines. | |
Receiver pipeline loop.
Definition in file receiver_loop.h.