![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Base task class. More...
#include <roc_pipeline/sender_loop.h>

Protected Attributes | |
| bool(SenderLoop::* | func_ )(Task &) |
| Task implementation method. | |
| SenderSlot * | slot_ |
| Slot. | |
| SenderSlotConfig | slot_config_ |
| Slot config. | |
| address::Interface | iface_ |
| Interface. | |
| address::Protocol | proto_ |
| Protocol. | |
| address::SocketAddr | outbound_address_ |
| Destination address. | |
| packet::IWriter * | outbound_writer_ |
| Destination packet writer. | |
| packet::IWriter * | inbound_writer_ |
| Inbound packet writer. | |
| SenderSlotMetrics * | slot_metrics_ |
| Output slot metrics. | |
| SenderParticipantMetrics * | party_metrics_ |
| Output participant metrics. | |
| size_t * | party_count_ |
| Input/output participant count. | |
Friends | |
| class | SenderLoop |
Additional Inherited Members | |
Public Member Functions inherited from roc::pipeline::PipelineTask | |
| bool | success () const |
| Check that the task finished and succeeded. | |
Public Member Functions inherited from roc::core::MpscQueueNode< Tag > | |
| MpscQueueData * | mpsc_queue_data () const |
| Get pointer to internal data. | |
Static Public Member Functions inherited from roc::core::MpscQueueNode< Tag > | |
| static MpscQueueNode * | mpsc_queue_node (MpscQueueData *data) |
| Get pointer to parent node from pointer to internal data. | |
Base task class.
Definition at line 50 of file sender_loop.h.
|
friend |
Definition at line 52 of file sender_loop.h.
|
protected |
Task implementation method.
Definition at line 56 of file sender_loop.h.
|
protected |
Interface.
Definition at line 60 of file sender_loop.h.
|
protected |
Inbound packet writer.
Definition at line 64 of file sender_loop.h.
|
protected |
Destination address.
Definition at line 62 of file sender_loop.h.
|
protected |
Destination packet writer.
Definition at line 63 of file sender_loop.h.
|
protected |
Input/output participant count.
Definition at line 67 of file sender_loop.h.
|
protected |
Output participant metrics.
Definition at line 66 of file sender_loop.h.
|
protected |
Protocol.
Definition at line 61 of file sender_loop.h.
|
protected |
Slot.
Definition at line 58 of file sender_loop.h.
|
protected |
Slot config.
Definition at line 59 of file sender_loop.h.
|
protected |
Output slot metrics.
Definition at line 65 of file sender_loop.h.