MCPcopy Create free account
hub / github.com/DistroAV/DistroAV / obs_module_unload

Function obs_module_unload

src/plugin-main.cpp:517–533  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515}
516
517void obs_module_unload(void)
518{
519 obs_log(LOG_DEBUG, "+obs_module_unload()");
520
521 updateCheckStop();
522
523 if (ndiLib) {
524 ndiLib->destroy();
525 ndiLib = nullptr;
526 }
527
528 if (loaded_lib) {
529 delete loaded_lib;
530 }
531
532 obs_log(LOG_DEBUG, "-obs_module_unload(): goodbye!");
533}
534
535const NDIlib_v6 *load_ndilib()
536{

Callers

nothing calls this directly

Calls 1

updateCheckStopFunction · 0.85

Tested by

no test coverage detected