|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| std::unordered_map< unsigned int, std::vector< double > > MayaFlux::Nodes::NodeGraphManager::process_token_with_channel_data | ( | ProcessingToken | token, |
| unsigned int | num_samples | ||
| ) |
Process all channels for a token and return channel-separated data.
| token | Processing domain |
| num_samples | Number of samples/frames to process |
Processes all channels for a token and returns a map where each channel index maps to its processed data. This enables bulk processing while maintaining per-channel data separation.
Definition at line 241 of file NodeGraphManager.cpp.
References get_all_channels(), process_channel(), and token.
Here is the call graph for this function: