![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Set writer to which endpoint will write packets. More...
#include <sender_loop.h>
Public Member Functions | |
SetEndpointDestinationWriter (EndpointHandle endpoint, packet::IWriter &writer) | |
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. | |
Set writer to which endpoint will write packets.
Definition at line 97 of file sender_loop.h.
roc::pipeline::SenderLoop::Tasks::SetEndpointDestinationWriter::SetEndpointDestinationWriter | ( | EndpointHandle | endpoint, |
packet::IWriter & | writer | ||
) |
Set task parameters.