mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-04-19 17:56:19 +02:00
win-wasapi: Mark GetWASAPIAudioDevices_ as static
This commit is contained in:
@@ -36,7 +36,7 @@ string GetDeviceName(IMMDevice *device)
|
||||
return device_name;
|
||||
}
|
||||
|
||||
void GetWASAPIAudioDevices_(vector<AudioDeviceInfo> &devices, bool input)
|
||||
static void GetWASAPIAudioDevices_(vector<AudioDeviceInfo> &devices, bool input)
|
||||
{
|
||||
ComPtr<IMMDeviceEnumerator> enumerator;
|
||||
ComPtr<IMMDeviceCollection> collection;
|
||||
|
||||
Reference in New Issue
Block a user