MCPcopy Create free account
hub / github.com/apohl79/audiogridder / getOrCreateEditorWindow

Method getOrCreateEditorWindow

Server/Source/Processor.cpp:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905}
906
907std::shared_ptr<ProcessorWindow> Processor::getOrCreateEditorWindow(Thread::ThreadID tid,
908 ProcessorWindow::CaptureCallbackFFmpeg func,
909 std::function<void()> onHide, int x, int y) {
910 return getOrCreateEditorWindowInternal(tid, func, onHide, x, y);
911}
912
913std::shared_ptr<ProcessorWindow> Processor::getOrCreateEditorWindow(Thread::ThreadID tid,
914 ProcessorWindow::CaptureCallbackNative func,

Callers 1

showEditorInternalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected