|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Nodes::RootNode::RootNode | ( | ProcessingToken | token = ProcessingToken::AUDIO_RATE, |
| uint32_t | channel = 0 |
||
| ) |
Constructs a RootNode for a specific processing token and channel.
| token | The processing domain (e.g., AUDIO_RATE) |
| channel | The channel index (default: 0) |
Initializes the root node for the given processing domain and channel. Each channel and processing domain combination should have its own RootNode.
Definition at line 7 of file RootNode.cpp.