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

Descriptor for a single node in the audio graph. More...

#include <audio_node.h>

Collaboration diagram for ove_audio_node:
Collaboration graph
[legend]

Data Fields

const char * name
 Human-readable node name.
 
enum ove_audio_node_type type
 Source, processor, or sink.
 
const struct ove_audio_node_opsops
 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.
 

Detailed Description

Descriptor for a single node in the audio graph.

Populated by ove_audio_graph_add_node() and stored inside ove_audio_graph::nodes[].


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