|
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Set UDP address for output packets of endpoint. More...
#include <sender_loop.h>
Public Member Functions | |
| SetEndpointDestinationAddress (EndpointHandle endpoint, const address::SocketAddr &addr) | |
| Set task parameters. | |
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. | |
| packet::IWriter * | writer_ |
| Packet writer. | |
| address::SocketAddr | addr_ |
| Endpoint address. | |
Set UDP address for output packets of endpoint.
Definition at line 105 of file sender_loop.h.
| roc::pipeline::SenderLoop::Tasks::SetEndpointDestinationAddress::SetEndpointDestinationAddress | ( | EndpointHandle | endpoint, |
| const address::SocketAddr & | addr | ||
| ) |
Set task parameters.