![]() |
Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Detach source from endpoint. More...
#include <control_loop.h>
Public Member Functions | |
DetachSource (EndpointHandle endpoint, pipeline::ReceiverLoop &source) | |
Set task parameters. | |
![]() | |
bool | completed () const |
True if the task succeeded, failed, or cancelled. | |
bool | succeeded () const |
True if the task succeeded. | |
bool | cancelled () const |
True if the task cancelled. | |
![]() | |
MpscQueueData * | mpsc_queue_data () const |
Get list node data. | |
![]() | |
ListNodeData * | list_node_data () const |
Get list node data. | |
Friends | |
class | ControlLoop |
Additional Inherited Members | |
![]() | |
template<class E > | |
ControlTask (ControlTaskResult(E::*task_func)(ControlTask &)) | |
Initialize task. | |
Detach source from endpoint.
Definition at line 150 of file control_loop.h.
roc::ctl::ControlLoop::Tasks::DetachSource::DetachSource | ( | EndpointHandle | endpoint, |
pipeline::ReceiverLoop & | source | ||
) |
Set task parameters.
|
friend |
Definition at line 156 of file control_loop.h.