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

Function getVideoSourcesList

plugins/base/macro-action-screenshot.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196static QStringList getVideoSourcesList()
197{
198 auto sources = GetVideoSourceNames();
199 sources.sort();
200 return sources;
201}
202
203MacroActionScreenshotEdit::MacroActionScreenshotEdit(
204 QWidget *parent, std::shared_ptr<MacroActionScreenshot> entryData)

Callers

nothing calls this directly

Calls 1

GetVideoSourceNamesFunction · 0.85

Tested by

no test coverage detected