|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Descriptor for a single node in the audio graph. More...
#include <audio_node.h>

Data Fields | |
| const char * | name |
| Human-readable node name. | |
| enum ove_audio_node_type | type |
| Source, processor, or sink. | |
| const struct ove_audio_node_ops * | ops |
| Vtable for this node. | |
| void * | ctx |
| Opaque context forwarded to every vtable call. | |
| struct ove_audio_fmt | out_fmt |
| Output format resolved during graph build. | |
Descriptor for a single node in the audio graph.
Populated by ove_audio_graph_add_node() and stored inside ove_audio_graph::nodes[].