|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Create endpoint on given interface of the slot. More...
#include <sender_loop.h>
Public Member Functions | |
| AddEndpoint (SlotHandle slot, address::Interface iface, address::Protocol proto, const address::SocketAddr &dest_address, packet::IWriter &dest_writer) | |
| Set task parameters. | |
| EndpointHandle | get_handle () const |
| Get created endpoint handle. | |
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::SenderLoop::Task | |
| 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. | |
Create endpoint on given interface of the slot.
Definition at line 103 of file sender_loop.h.
| roc::pipeline::SenderLoop::Tasks::AddEndpoint::AddEndpoint | ( | SlotHandle | slot, |
| address::Interface | iface, | ||
| address::Protocol | proto, | ||
| const address::SocketAddr & | dest_address, | ||
| packet::IWriter & | dest_writer ) |
Set task parameters.
| EndpointHandle roc::pipeline::SenderLoop::Tasks::AddEndpoint::get_handle | ( | ) | const |
Get created endpoint handle.