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

◆ current_position()

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

Get current frame position (thread-safe read)

Implements MayaFlux::Vruta::IClock.

Definition at line 69 of file Clock.cpp.

70{
71 return m_current_frame.load(std::memory_order_acquire);
72}
std::atomic< uint64_t > m_current_frame
Definition Clock.hpp:279

References m_current_frame.

Referenced by current_time().

+ Here is the caller graph for this function: