Definition in file pipe.h.
#include <pthread.h>
#include <string.h>
#include <inttypes.h>
Go to the source code of this file.
Compounds | |
class | Pipe |
struct | pipe_copy_list |
Typedefs | |
typedef void( | pipe_copy_f )(void *src, void *dst, int samples) |
fast buffered threadsafe FIFO pipe |
|
fast buffered threadsafe FIFO pipe this function prototype is used in the callbacks that are handling the phisical copying of the memory. they are various functions statically implemented in pipe.cpp |