MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ set_next_sample()

void MayaFlux::Vruta::SoundRoutine::set_next_sample ( uint64_t  next_sample)
inlineoverridevirtual

Set next sample execution time (audio domain)

Parameters
next_sampleSample position for next execution

Implements MayaFlux::Vruta::Routine.

Definition at line 439 of file Routine.hpp.

440 {
441 m_handle.promise().next_sample = next_sample;
442 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:469