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

Function getVideoSourcesList

plugins/video/macro-condition-video.cpp:1231–1236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1229}
1230
1231static QStringList getVideoSourcesList()
1232{
1233 auto sources = GetVideoSourceNames();
1234 sources.sort();
1235 return sources;
1236}
1237
1238MacroConditionVideoEdit::MacroConditionVideoEdit(
1239 QWidget *parent, std::shared_ptr<MacroConditionVideo> entryData)

Callers

nothing calls this directly

Calls 1

GetVideoSourceNamesFunction · 0.85

Tested by

no test coverage detected