Added more streaming software to streamer mode binaries list (#3740)

Streamer mode now automatically detects if XSplit, PRISM Live Studio, Twitch Studio, or vMix are running

Co-authored-by: Kasia <zneix@zneix.eu>
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
badoge
2022-05-28 16:17:42 +04:00
committed by GitHub
parent efcfb19187
commit 57f92f5eaa
6 changed files with 18 additions and 11 deletions
+5 -1
View File
@@ -4,7 +4,11 @@
namespace chatterino {
enum StreamerModeSetting { Disabled = 0, Enabled = 1, DetectObs = 2 };
enum StreamerModeSetting {
Disabled = 0,
Enabled = 1,
DetectStreamingSoftware = 2,
};
const QStringList &broadcastingBinaries();
bool isInStreamerMode();