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

◆ get_next_frame()

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

Get next frame execution time (graphics domain)

Returns
Frame position for next execution, or 0 if not graphics domain

Implements MayaFlux::Vruta::Routine.

Definition at line 435 of file Routine.hpp.

436 {
437 return m_handle.promise().next_buffer_cycle;
438 }
std::coroutine_handle< promise_type > m_handle
Handle to the underlying coroutine.
Definition Routine.hpp:460