MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / checkAutoStartStreaming

Function checkAutoStartStreaming

lib/advanced-scene-switcher.cpp:570–581  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

568}
569
570static void checkAutoStartStreaming()
571{
572 if (switcher->obsIsShuttingDown) {
573 return;
574 }
575
576 if (switcher->autoStartEvent == SwitcherData::AutoStart::STREAMING ||
577 switcher->autoStartEvent ==
578 SwitcherData::AutoStart::RECORINDG_OR_STREAMING) {
579 switcher->Start();
580 }
581}
582
583static void handleTransitionEnd()
584{

Callers 1

OBSEventFunction · 0.85

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected