Пример #1
0
bool obs_module_load(uint32_t libobs_ver)
{
	UNUSED_PARAMETER(libobs_ver);

	RegisterWASAPIInput();
	RegisterWASAPIOutput();
	return true;
}
Пример #2
0
bool obs_module_load(uint32_t libobs_ver)
{
	RegisterWASAPIInput();
	RegisterWASAPIOutput();
	return true;
}