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

◆ get_target_fps()

uint32_t MayaFlux::Core::GraphicsSubsystem::get_target_fps ( ) const

Get target frame rate.

Definition at line 258 of file GraphicsSubsystem.cpp.

259{
260 return m_frame_clock->frame_rate();
261}
std::shared_ptr< Vruta::FrameClock > m_frame_clock

References m_frame_clock.