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

◆ current_position()

uint64_t MayaFlux::Vruta::CustomClock::current_position ( ) const
overridevirtual

Get current position in the domain's timeline.

Returns
Current position in domain-specific units (samples, frames, etc.)

This position serves as the primary time reference for scheduling tasks in this domain. Routines use this value to determine execution timing.

Implements MayaFlux::Vruta::IClock.

Definition at line 208 of file Clock.cpp.

209{
210 return m_current_position;
211}
uint64_t m_current_position
Current position in custom units.
Definition Clock.hpp:368

References m_current_position.