|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| const std::unordered_map< unsigned int, std::shared_ptr< RootNode > > & MayaFlux::Nodes::NodeGraphManager::get_all_channel_root_nodes | ( | ProcessingToken | token = ProcessingToken::AUDIO_RATE | ) | const |
Gets all channel root nodes for the AUDIO_RATE domain.
| token | Processing domain to get the root nodes for (default is AUDIO_RATE) |
This provides access to all channel root nodes of the specified domain that have been created. Useful for processing all channels or inspecting the node graph structure. For multi-modal access, use get_token_roots().
Definition at line 41 of file NodeGraphManager.cpp.
References m_token_roots, and token.