|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Base task class. More...
#include <sender_loop.h>
Protected Attributes | |
| 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. | |
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 | |
| MpscQueueData * | mpsc_queue_data () const |
| Get list node data. | |
Base task class.
Definition at line 52 of file sender_loop.h.
|
friend |
Definition at line 54 of file sender_loop.h.
|
protected |
Endpoint address.
Definition at line 65 of file sender_loop.h.
|
protected |
Endpoint.
Definition at line 61 of file sender_loop.h.
|
protected |
Task implementation method.
Definition at line 58 of file sender_loop.h.
|
protected |
Interface.
Definition at line 62 of file sender_loop.h.
|
protected |
Protocol.
Definition at line 63 of file sender_loop.h.
|
protected |
Slot.
Definition at line 60 of file sender_loop.h.
|
protected |
Packet writer.
Definition at line 64 of file sender_loop.h.