|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| MayaFlux::Kriya::TimedAction::TimedAction | ( | Vruta::TaskScheduler & | scheduler, |
| Vruta::ProcessingToken | token = Vruta::ProcessingToken::SAMPLE_ACCURATE |
||
| ) |
Constructs a TimedAction with the specified scheduler.
| scheduler | The TaskScheduler that will manage this action |
| token | The processing token that determines the timing context for this action (default is SAMPLE_ACCURATE) |
Creates a new TimedAction that will use the provided scheduler for timing operations. The scheduler provides the sample clock and task management infrastructure needed for precise timing.
Definition at line 68 of file Timers.cpp.