![]() |
Ardour
9.0-pre0-844-g046623df59
|
#include <utils.h>
Public Types | |
typedef std::list< AudioGrapher::ProcessContext< T > > | ContextList |
Public Member Functions | |
void | process (AudioGrapher::ProcessContext< T > const &c) |
![]() | |
virtual | ~Sink () |
virtual void | process (ProcessContext< T > &context) |
Public Attributes | |
ContextList | contexts |
Definition at line 123 of file libs/audiographer/tests/utils.h.
typedef std::list<AudioGrapher::ProcessContext<T> > ProcessContextGrabber< T >::ContextList |
Definition at line 132 of file libs/audiographer/tests/utils.h.
|
inlinevirtual |
Process given data. The data can not be modified, so in-place processing is not allowed. At least this function must be implemented by deriving classes
Implements AudioGrapher::Sink< T >.
Definition at line 126 of file libs/audiographer/tests/utils.h.
ContextList ProcessContextGrabber< T >::contexts |
Definition at line 133 of file libs/audiographer/tests/utils.h.