![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Query slot metrics. More...
#include <sender_loop.h>
Public Member Functions | |
QuerySlot (SlotHandle slot, SenderSlotMetrics &slot_metrics, SenderSessionMetrics *sess_metrics) | |
Set task parameters. | |
![]() | |
bool | success () const |
Check that the task finished and succeeded. | |
![]() | |
MpscQueueData * | mpsc_queue_data () const |
Get list node data. | |
Additional Inherited Members | |
![]() | |
bool(SenderLoop::* | func_ )(Task &) |
Task implementation method. | |
SenderSlot * | slot_ |
Slot. | |
SenderEndpoint * | endpoint_ |
Endpoint. | |
address::Interface | iface_ |
Interface. | |
address::Protocol | proto_ |
Protocol. | |
address::SocketAddr | address_ |
Destination address. | |
packet::IWriter * | writer_ |
Destination writer. | |
SenderSlotMetrics * | slot_metrics_ |
Output for slot metrics. | |
SenderSessionMetrics * | sess_metrics_ |
Output for session metrics. | |
Query slot metrics.
Definition at line 92 of file sender_loop.h.
roc::pipeline::SenderLoop::Tasks::QuerySlot::QuerySlot | ( | SlotHandle | slot, |
SenderSlotMetrics & | slot_metrics, | ||
SenderSessionMetrics * | sess_metrics ) |
Set task parameters.