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

◆ current_sample()

uint64_t MayaFlux::Vruta::SampleClock::current_sample ( ) const
inline

Gets the current sample position.

Returns
The current sample count since clock initialization

This sample count serves as the primary time reference for audio tasks. Audio routines use this value for precise scheduling and timing calculations.

Definition at line 119 of file Clock.hpp.

119{ return current_position(); }
uint64_t current_position() const override
Get current position in the domain's timeline.
Definition Clock.cpp:19