|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kriya::NodeTimeSpec::NodeTimeSpec | ( | double | seconds, |
| Vruta::TaskScheduler & | scheduler, | ||
| Nodes::NodeGraphManager & | graph_manager | ||
| ) |
Constructs a NodeTimeSpec with explicit scheduler and graph manager.
| seconds | Duration of the operation in seconds |
| scheduler | The TaskScheduler to use for timing |
| graph_manager | The NodeGraphManager to use for node connections |
This constructor allows for more control over which scheduler and graph manager are used, which is useful in contexts where multiple processing engines might exist.
Definition at line 17 of file Operators.cpp.