![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Check if the slot configuration is done. This is true when all necessary endpoints are added and configured. More...
#include <sender_loop.h>
Public Member Functions | |
CheckSlotIsReady (SlotHandle slot) | |
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. | |
packet::IWriter * | writer_ |
Packet writer. | |
address::SocketAddr | addr_ |
Endpoint address. | |
Check if the slot configuration is done. This is true when all necessary endpoints are added and configured.
Definition at line 114 of file sender_loop.h.
roc::pipeline::SenderLoop::Tasks::CheckSlotIsReady::CheckSlotIsReady | ( | SlotHandle | slot | ) |
Set task parameters.