Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Create new slot. More...
#include <receiver_loop.h>
Public Member Functions | |
CreateSlot (const ReceiverSlotConfig &slot_config) | |
Set task parameters. More... | |
SlotHandle | get_handle () const |
Get created slot handle. More... | |
Public Member Functions inherited from roc::pipeline::PipelineTask | |
bool | success () const |
Check that the task finished and succeeded. More... | |
Public Member Functions inherited from roc::core::MpscQueueNode< Tag > | |
MpscQueueData * | mpsc_queue_data () const |
Get pointer to internal data. More... | |
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. More... | |
Protected Attributes inherited from roc::pipeline::ReceiverLoop::Task | |
bool(ReceiverLoop::* | func_ )(Task &) |
Task implementation method. More... | |
ReceiverSlot * | slot_ |
Slot. More... | |
ReceiverSlotConfig | slot_config_ |
Slot config. More... | |
address::Interface | iface_ |
Interface. More... | |
address::Protocol | proto_ |
Protocol. More... | |
address::SocketAddr | inbound_address_ |
Inbound packet address. More... | |
packet::IWriter * | inbound_writer_ |
Inbound packet writer. More... | |
packet::IWriter * | outbound_writer_ |
Outbound packet writer. More... | |
ReceiverSlotMetrics * | slot_metrics_ |
Output slot metrics. More... | |
ReceiverParticipantMetrics * | party_metrics_ |
Output participant metrics. More... | |
size_t * | party_count_ |
Input/output participant count. More... | |
Create new slot.
Definition at line 76 of file receiver_loop.h.
roc::pipeline::ReceiverLoop::Tasks::CreateSlot::CreateSlot | ( | const ReceiverSlotConfig & | slot_config | ) |
Set task parameters.
SlotHandle roc::pipeline::ReceiverLoop::Tasks::CreateSlot::get_handle | ( | ) | const |
Get created slot handle.