![]() |
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 | |
CreateEndpoint (SlotHandle slot, address::Interface iface, address::Protocol proto) | |
Set task parameters. | |
EndpointHandle | get_handle () const |
Get created endpoint handle. | |
![]() | |
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. | |
Create endpoint on given interface of the slot.
Definition at line 82 of file sender_loop.h.
roc::pipeline::SenderLoop::Tasks::CreateEndpoint::CreateEndpoint | ( | SlotHandle | slot, |
address::Interface | iface, | ||
address::Protocol | proto | ||
) |
Set task parameters.
EndpointHandle roc::pipeline::SenderLoop::Tasks::CreateEndpoint::get_handle | ( | ) | const |
Get created endpoint handle.