|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Create endpoint on given interface of the slot. More...
#include <receiver_loop.h>
Public Member Functions | |
| CreateEndpoint (SlotHandle slot, address::Interface iface, address::Protocol proto) | |
| Set task parameters. | |
| packet::IWriter * | get_writer () const |
| Get packet writer for the endpoint. | |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from roc::pipeline::ReceiverLoop::Task | |
| bool(ReceiverLoop::* | func_ )(Task &) |
| Task implementation method. | |
| ReceiverSlot * | slot_ |
| Slot. | |
| address::Interface | iface_ |
| Interface. | |
| address::Protocol | proto_ |
| Protocol. | |
| packet::IWriter * | writer_ |
| Packet writer. | |
Create endpoint on given interface of the slot.
Definition at line 80 of file receiver_loop.h.
| roc::pipeline::ReceiverLoop::Tasks::CreateEndpoint::CreateEndpoint | ( | SlotHandle | slot, |
| address::Interface | iface, | ||
| address::Protocol | proto | ||
| ) |
Set task parameters.
| packet::IWriter * roc::pipeline::ReceiverLoop::Tasks::CreateEndpoint::get_writer | ( | ) | const |
Get packet writer for the endpoint.