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

◆ get_next_sample()

uint64_t MayaFlux::Vruta::SoundRoutine::get_next_sample ( ) const
inlineoverridevirtual

Get next sample execution time (audio domain)

Returns
Sample position for next execution, or 0 if not audio domain

Implements MayaFlux::Vruta::Routine.

Definition at line 425 of file Routine.hpp.

426 {
427 return m_handle.promise().next_sample;
428 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:460