libobs: Add obs_get_active_fps function
Allows getting the current active framerate that the core is rendering with. This takes in to account any rendering lag or stalls that may be occurring.
This commit is contained in:
@@ -610,6 +610,8 @@ EXPORT void obs_view_render(obs_view_t *view);
|
||||
|
||||
EXPORT uint64_t obs_get_video_frame_time(void);
|
||||
|
||||
EXPORT double obs_get_active_fps(void);
|
||||
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/* Display context */
|
||||
|
Reference in New Issue
Block a user