|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
strong |
Enumerates the different processing domains for nodes.
This enum defines the various processing rates or domains that nodes can operate in. Each token represents a specific type of processing, such as audio rate, visual rate, or custom processing rates. Nodes can be registered under these tokens to indicate their intended processing behavior within a RootNode.
| Enumerator | |
|---|---|
| AUDIO_RATE | Nodes that process at the audio sample rate. |
| VISUAL_RATE | Nodes that process at the visual frame rate. |
| CUSTOM_RATE | Nodes that process at a custom-defined rate. |
Definition at line 50 of file ProcessingTokens.hpp.