|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::NodeGraphManager::register_token_channel_processor | ( | ProcessingToken | token, |
| TokenChannelProcessor | processor | ||
| ) |
Register per-channel processor for a specific token.
| token | Processing domain to handle (e.g., AUDIO_RATE, VISUAL_RATE) |
| processor | Function that receives a single root node and returns processed data |
Registers a per-channel processing function that processes one root node at a time and returns the processed data. This enables coordination with buffer management on a per-channel basis.
Definition at line 184 of file NodeGraphManager.cpp.
References m_token_channel_processors, and token.