Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::pipeline::SenderLoop::Task Class Reference

Base task class. More...

#include <sender_loop.h>

Inheritance diagram for roc::pipeline::SenderLoop::Task:
roc::pipeline::PipelineTask roc::core::MpscQueueNode< Tag > roc::core::NonCopyable< MpscQueueNode< void > > roc::pipeline::SenderLoop::Tasks::AddEndpoint roc::pipeline::SenderLoop::Tasks::CreateSlot roc::pipeline::SenderLoop::Tasks::DeleteSlot roc::pipeline::SenderLoop::Tasks::QuerySlot

Protected Attributes

bool(SenderLoop::* func_ )(Task &)
 Task implementation method.
SenderSlotslot_
 Slot.
SenderSlotConfig slot_config_
 Slot config.
address::Interface iface_
 Interface.
address::Protocol proto_
 Protocol.
address::SocketAddr outbound_address_
 Destination address.
packet::IWriteroutbound_writer_
 Destination packet writer.
packet::IWriterinbound_writer_
 Inbound packet writer.
SenderSlotMetricsslot_metrics_
 Output slot metrics.
SenderParticipantMetricsparty_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 >
MpscQueueDatampsc_queue_data () const
 Get pointer to internal data.
Static Public Member Functions inherited from roc::core::MpscQueueNode< Tag >
static MpscQueueNodempsc_queue_node (MpscQueueData *data)
 Get pointer to parent node from pointer to internal data.

Detailed Description

Base task class.

Definition at line 50 of file sender_loop.h.

◆ SenderLoop

friend class SenderLoop
friend

Definition at line 52 of file sender_loop.h.

Member Data Documentation

◆ func_

bool(SenderLoop::* roc::pipeline::SenderLoop::Task::func_) (Task &)
protected

Task implementation method.

Definition at line 56 of file sender_loop.h.

◆ iface_

address::Interface roc::pipeline::SenderLoop::Task::iface_
protected

Interface.

Definition at line 60 of file sender_loop.h.

◆ inbound_writer_

packet::IWriter* roc::pipeline::SenderLoop::Task::inbound_writer_
protected

Inbound packet writer.

Definition at line 64 of file sender_loop.h.

◆ outbound_address_

address::SocketAddr roc::pipeline::SenderLoop::Task::outbound_address_
protected

Destination address.

Definition at line 62 of file sender_loop.h.

◆ outbound_writer_

packet::IWriter* roc::pipeline::SenderLoop::Task::outbound_writer_
protected

Destination packet writer.

Definition at line 63 of file sender_loop.h.

◆ party_count_

size_t* roc::pipeline::SenderLoop::Task::party_count_
protected

Input/output participant count.

Definition at line 67 of file sender_loop.h.

◆ party_metrics_

SenderParticipantMetrics* roc::pipeline::SenderLoop::Task::party_metrics_
protected

Output participant metrics.

Definition at line 66 of file sender_loop.h.

◆ proto_

address::Protocol roc::pipeline::SenderLoop::Task::proto_
protected

Protocol.

Definition at line 61 of file sender_loop.h.

◆ slot_

SenderSlot* roc::pipeline::SenderLoop::Task::slot_
protected

Slot.

Definition at line 58 of file sender_loop.h.

◆ slot_config_

SenderSlotConfig roc::pipeline::SenderLoop::Task::slot_config_
protected

Slot config.

Definition at line 59 of file sender_loop.h.

◆ slot_metrics_

SenderSlotMetrics* roc::pipeline::SenderLoop::Task::slot_metrics_
protected

Output slot metrics.

Definition at line 65 of file sender_loop.h.


The documentation for this class was generated from the following file: