Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
roc::pipeline::SenderLoop::Tasks::QuerySlot Class Reference

Query slot metrics. More...

#include <sender_loop.h>

Inheritance diagram for roc::pipeline::SenderLoop::Tasks::QuerySlot:
Collaboration diagram for roc::pipeline::SenderLoop::Tasks::QuerySlot:

Public Member Functions

 QuerySlot (SlotHandle slot, SenderSlotMetrics &slot_metrics, SenderParticipantMetrics *party_metrics, size_t *party_count)
 Set task parameters. 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 >
MpscQueueDatampsc_queue_data () const
 Get pointer to internal data. More...
 

Additional Inherited Members

- 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. More...
 
- Protected Attributes inherited from roc::pipeline::SenderLoop::Task
bool(SenderLoop::* func_ )(Task &)
 Task implementation method. More...
 
SenderSlotslot_
 Slot. More...
 
SenderSlotConfig slot_config_
 Slot config. More...
 
address::Interface iface_
 Interface. More...
 
address::Protocol proto_
 Protocol. More...
 
address::SocketAddr outbound_address_
 Destination address. More...
 
packet::IWriteroutbound_writer_
 Destination packet writer. More...
 
packet::IWriterinbound_writer_
 Inbound packet writer. More...
 
SenderSlotMetricsslot_metrics_
 Output slot metrics. More...
 
SenderParticipantMetricsparty_metrics_
 Output participant metrics. More...
 
size_t * party_count_
 Input/output participant count. More...
 

Detailed Description

Query slot metrics.

Definition at line 91 of file sender_loop.h.

Constructor & Destructor Documentation

◆ QuerySlot()

roc::pipeline::SenderLoop::Tasks::QuerySlot::QuerySlot ( SlotHandle  slot,
SenderSlotMetrics slot_metrics,
SenderParticipantMetrics party_metrics,
size_t *  party_count 
)

Set task parameters.

Remarks
Metrics are written to provided structs.

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