mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-09 01:56:12 -04:00
Direct access to `[AVCaptureDevice devices]` is deprecated since macOS 10.15. An `AVCaptureDeviceDiscoverySession` is to be used instead, which this PR implements. When running on older macOS versions or compiling against older platform SDKs, the deprecated method is used. PS: The formatting is not proper ObjC style, but that's clang-format's doing with our current settings.