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

◆ get_clock() [1/2]

const SampleClock & MayaFlux::Vruta::TaskScheduler::get_clock ( ) const
inline

Gets the primary clock (audio domain for legacy compatibility)

Returns
Const reference to the audio domain's SampleClock

Legacy method - returns the audio clock for backward compatibility. New multimodal code should use get_clock(token) for specific domains.

Definition at line 196 of file Scheduler.hpp.

196{ return m_clock; }
SampleClock m_clock
The master sample clock for the processing engine.

Referenced by current_units().

+ Here is the caller graph for this function: