| 905 | } |
| 906 | |
| 907 | std::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 | |
| 913 | std::shared_ptr<ProcessorWindow> Processor::getOrCreateEditorWindow(Thread::ThreadID tid, |
| 914 | ProcessorWindow::CaptureCallbackNative func, |