Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
roc::pipeline::ReceiverLoop::Tasks::DeleteEndpoint Class Reference

Delete endpoint on given interface of the slot, if it exists. More...

#include <receiver_loop.h>

Inheritance diagram for roc::pipeline::ReceiverLoop::Tasks::DeleteEndpoint:
roc::pipeline::ReceiverLoop::Task roc::pipeline::PipelineTask roc::core::MpscQueueNode roc::core::NonCopyable< MpscQueueNode >

Public Member Functions

 DeleteEndpoint (SlotHandle slot, address::Interface iface)
 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
MpscQueueDatampsc_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.
 
ReceiverSlotslot_
 Slot.
 
address::Interface iface_
 Interface.
 
address::Protocol proto_
 Protocol.
 
packet::IWriterwriter_
 Packet writer.
 

Detailed Description

Delete endpoint on given interface of the slot, if it exists.

Definition at line 97 of file receiver_loop.h.

Constructor & Destructor Documentation

◆ DeleteEndpoint()

roc::pipeline::ReceiverLoop::Tasks::DeleteEndpoint::DeleteEndpoint ( SlotHandle  slot,
address::Interface  iface 
)

Set task parameters.


The documentation for this class was generated from the following file: