Defines how the network's computational results are exposed.
| Enumerator |
|---|
| NONE | Pure internal state, no external output.
|
| AUDIO_SINK | Aggregated audio samples sent to output.
|
| GRAPHICS_BIND | State available for visualization (read-only)
|
| CUSTOM | User-defined output handling via callbacks.
|
Definition at line 97 of file NodeNetwork.hpp.
97 : uint8_t {
102 };
@ CUSTOM
User-defined arbitrary topology.
@ GRAPHICS_BIND
State available for visualization (read-only)
@ NONE
Pure internal state, no external output.
@ AUDIO_SINK
Aggregated audio samples sent to output.