![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Create endpoint on given interface of the slot. More...
#include <roc_pipeline/receiver_loop.h>

Public Member Functions | |
| AddEndpoint (SlotHandle slot, address::Interface iface, address::Protocol proto, const address::SocketAddr &inbound_address, packet::IWriter *outbound_writer) | |
| Set task parameters. | |
| packet::IWriter * | get_inbound_writer () const |
| Get packet writer for inbound packets for the endpoint. | |
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. | |
Additional Inherited Members | |
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. | |
Protected Attributes inherited from roc::pipeline::ReceiverLoop::Task | |
| bool(ReceiverLoop::* | func_ )(Task &) |
| Task implementation method. | |
| ReceiverSlot * | slot_ |
| Slot. | |
| ReceiverSlotConfig | slot_config_ |
| Slot config. | |
| address::Interface | iface_ |
| Interface. | |
| address::Protocol | proto_ |
| Protocol. | |
| address::SocketAddr | inbound_address_ |
| Inbound packet address. | |
| packet::IWriter * | inbound_writer_ |
| Inbound packet writer. | |
| packet::IWriter * | outbound_writer_ |
| Outbound packet writer. | |
| ReceiverSlotMetrics * | slot_metrics_ |
| Output slot metrics. | |
| ReceiverParticipantMetrics * | party_metrics_ |
| Output participant metrics. | |
| size_t * | party_count_ |
| Input/output participant count. | |
Create endpoint on given interface of the slot.
Definition at line 105 of file receiver_loop.h.
| roc::pipeline::ReceiverLoop::Tasks::AddEndpoint::AddEndpoint | ( | SlotHandle | slot, |
| address::Interface | iface, | ||
| address::Protocol | proto, | ||
| const address::SocketAddr & | inbound_address, | ||
| packet::IWriter * | outbound_writer | ||
| ) |
Set task parameters.
| packet::IWriter * roc::pipeline::ReceiverLoop::Tasks::AddEndpoint::get_inbound_writer | ( | ) | const |
Get packet writer for inbound packets for the endpoint.