Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
|
Base class for pipeline tasks. More...
#include <pipeline_task.h>
Public Member Functions | |
bool | success () const |
Check that the task finished and succeeded. More... | |
Public Member Functions inherited from roc::core::MpscQueueNode< Tag > | |
MpscQueueData * | mpsc_queue_data () const |
Get pointer to internal data. More... | |
Friends | |
class | PipelineLoop |
Additional Inherited Members | |
Static Public Member Functions inherited from roc::core::MpscQueueNode< Tag > | |
static MpscQueueNode * | mpsc_queue_node (MpscQueueData *data) |
Get pointer to parent node from pointer to internal data. More... | |
Base class for pipeline tasks.
Definition at line 27 of file pipeline_task.h.
bool roc::pipeline::PipelineTask::success | ( | ) | const |
Check that the task finished and succeeded.