mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-29 08:31:54 -05:00
The current method would enum though all devices looking for a matching uid instead of directly asking for kAudioHardwarePropertyDeviceForUID. Asking directly instead would also enable finding hidden devices that can only be found directly via uid and not via enumerating (were we ever to need to find such a device).