oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_audio_edge Struct Reference

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.
 

Detailed Description

Directed connection between two nodes in the audio graph.

Both fields are zero-based indices into ove_audio_graph::nodes[].


The documentation for this struct was generated from the following file: