refactor: media controller playback routing and ownership

This commit is contained in:
Ian Chua
2026-09-18 13:36:46 +08:00
parent 8b479c9af3
commit f224b8e4a6
9 changed files with 229 additions and 230 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
#pragma once
#include <slic3r/GUI/IMediaController.hpp>
#include <slic3r/Utils/IPrinterAgent.hpp>
#include <string>
@@ -15,7 +16,7 @@ public:
void Load(wxURI url) override;
void Load(wxURI url, CameraStreamMode mode) override;
void set_mode(CameraStreamMode mode);
void Play() override;