Ardour
9.0-pre0-582-g084a23a80d
|
#include <utils.h>
Public Member Functions | |
AppendingVectorSink () | |
void | process (AudioGrapher::ProcessContext< T > const &c) |
void | reset () |
Public Member Functions inherited from VectorSink< T > | |
void | process (AudioGrapher::ProcessContext< T > &c) |
std::vector< T > const & | get_data () const |
T const * | get_array () const |
void | reset () |
Public Member Functions inherited from AudioGrapher::Sink< T > | |
virtual | ~Sink () |
Private Attributes | |
samplecnt_t | total_samples |
Additional Inherited Members | |
Protected Attributes inherited from VectorSink< T > | |
std::vector< T > | data |
Definition at line 87 of file libs/audiographer/tests/utils.h.
|
inline |
Definition at line 90 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
Reimplemented from VectorSink< T >.
Definition at line 91 of file libs/audiographer/tests/utils.h.
|
inline |
Definition at line 100 of file libs/audiographer/tests/utils.h.
|
private |
Definition at line 107 of file libs/audiographer/tests/utils.h.