|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| uint64_t MayaFlux::Vruta::audio_promise::next_sample = 0 |
The sample position when this coroutine should next execute.
This is the core timing mechanism for sample-accurate scheduling. When a coroutine co_awaits a SampleDelay, this value is updated to indicate when the coroutine should be resumed next.
Definition at line 218 of file Promise.hpp.