libobs: Rename obs_audio_monitoring_supported to _available

With the reasonable possibility of monitoring support becoming a
runtime check, the phrase `available` is more fitting.
This commit is contained in:
tt2468
2021-12-21 19:08:14 -08:00
committed by Jim
parent 5646981ce5
commit 167f539416
13 changed files with 27 additions and 27 deletions

View File

@@ -492,7 +492,7 @@ void OBSBasic::ResetProfileData()
CreateHotkeys();
/* load audio monitoring */
if (obs_audio_monitoring_supported()) {
if (obs_audio_monitoring_available()) {
const char *device_name = config_get_string(
basicConfig, "Audio", "MonitoringDeviceName");
const char *device_id = config_get_string(basicConfig, "Audio",