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

◆ current_position()

uint64_t MayaFlux::Vruta::SampleClock::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 19 of file Clock.cpp.

20{
21 return m_current_sample;
22}
uint64_t m_current_sample
Current sample position counter.
Definition Clock.hpp:160

References m_current_sample.