With the reasonable possibility of monitoring support becoming a runtime check, the phrase `available` is more fitting.
7 lines
93 B
C
7 lines
93 B
C
#include "../../obs-internal.h"
|
|
|
|
bool obs_audio_monitoring_available(void)
|
|
{
|
|
return true;
|
|
}
|