|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
|
pure virtual |
Advance the clock by specified processing units.
| units | Number of domain-specific units to advance (samples, frames, etc.) |
This is the primary method for advancing time in any processing domain. The scheduler calls this after processing each block to maintain synchronization.
Implemented in MayaFlux::Vruta::FrameClock, MayaFlux::Vruta::SampleClock, and MayaFlux::Vruta::CustomClock.