mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-11 02:56:19 -04:00
Currently, ifdefs are used to determine if monitoring is supported. This is difficult to maintain and restricts plugins from knowing if monitoring is supported by OBS. This adds a runtime function to fix that issue.