bool obs_module_load(uint32_t libobs_ver) { UNUSED_PARAMETER(libobs_ver); RegisterWASAPIInput(); RegisterWASAPIOutput(); return true; }
bool obs_module_load(uint32_t libobs_ver) { RegisterWASAPIInput(); RegisterWASAPIOutput(); return true; }