mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-28 16:12:08 -05: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.