ENH: [STUDIO-2070] MediaCtrl on macOS: stop on player notify

Change-Id: I9b11a99e8b3f043ff4d8837cda89bc41bfb5eb0e
This commit is contained in:
chunmao.guo 2023-01-17 17:50:20 +08:00 committed by Lane.Wei
parent 6ea24dfd89
commit 5666f8fce9
2 changed files with 9 additions and 4 deletions

View file

@ -39,6 +39,8 @@ public:
protected:
void DoSetSize(int x, int y, int width, int height, int sizeFlags) override;
static void bambu_log(void const * ctx, int level, char const * msg);
private:
void create_player();
void * m_player = nullptr;