mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-29 13:52:07 +00:00
ENH: liveview remote protocols with agora
Change-Id: Id86aa4bfa5f5e09675a6fe627668c63d20c7d1bf Jira: none (cherry picked from commit 46eba0048b73f1741b4b7b57f788830c08a8d7f1)
This commit is contained in:
@@ -49,7 +49,7 @@ protected:
|
||||
|
||||
void Play();
|
||||
|
||||
void Stop(wxString const &msg = {});
|
||||
void Stop(wxString const &msg = {}, wxString const &msg2 = {});
|
||||
|
||||
void TogglePlay();
|
||||
|
||||
@@ -83,7 +83,7 @@ private:
|
||||
std::string m_tutk_state;
|
||||
bool m_camera_exists = false;
|
||||
bool m_lan_mode = false;
|
||||
bool m_remote_support = false;
|
||||
int m_remote_proto = 0;
|
||||
bool m_device_busy = false;
|
||||
bool m_disable_lan = false;
|
||||
wxString m_url;
|
||||
|
||||
Reference in New Issue
Block a user