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

◆ get_sample_clock()

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

Get the audio domain's SampleClock (legacy interface)

Returns
Reference to the audio domain's SampleClock

Provides backward compatibility for code that expects direct SampleClock access. New code should use get_clock() or get_typed_clock<SampleClock>().

Definition at line 184 of file Scheduler.hpp.

185 {
186 return get_typed_clock<SampleClock>(ProcessingToken::SAMPLE_ACCURATE);
187 }
@ SAMPLE_ACCURATE
Coroutine is sample-accurate.