|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Directed connection between two nodes in the audio graph. More...
#include <audio.h>
Data Fields | |
| unsigned int | from |
| Index of the upstream (producer) node. | |
| unsigned int | to |
| Index of the downstream (consumer) node. | |
Directed connection between two nodes in the audio graph.
Both fields are zero-based indices into ove_audio_graph::nodes[].