|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kriya::TemporalActivation::TemporalActivation | ( | Vruta::TaskScheduler & | scheduler, |
| Nodes::NodeGraphManager & | graph_manager, | ||
| Buffers::BufferManager & | buffer_manager, | ||
| Vruta::ProcessingToken | token = Vruta::ProcessingToken::SAMPLE_ACCURATE |
||
| ) |
Constructs a TemporalActivation with the specified scheduler and manager.
| scheduler | The TaskScheduler that will manage this timer |
| graph_manager | The NodeGraphManager that will manage the processing nodes |
| buffer_manager | The BufferManager that will manage any buffers needed for processing |
| token | The processing token that determines the timing context for this activation (default is SAMPLE_ACCURATE) |
Creates a new NodeTimer that will use the provided scheduler and graph manager for timing and node management operations.
Definition at line 92 of file Timers.cpp.