| 568 | } |
| 569 | |
| 570 | static 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 | |
| 583 | static void handleTransitionEnd() |
| 584 | { |