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

Function getAudioSourcesList

plugins/base/macro-action-audio.cpp:433–438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

431}
432
433static QStringList getAudioSourcesList()
434{
435 auto sources = GetAudioSourceNames();
436 sources.sort();
437 return sources;
438}
439
440MacroActionAudioEdit::MacroActionAudioEdit(
441 QWidget *parent, std::shared_ptr<MacroActionAudio> entryData)

Callers

nothing calls this directly

Calls 1

GetAudioSourceNamesFunction · 0.85

Tested by

no test coverage detected