summaryrefslogtreecommitdiff
path: root/src/wx/video_view.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-04-21 00:58:45 +0200
committerCarl Hetherington <cth@carlh.net>2025-04-28 02:31:15 +0200
commit73e105d303cd187112f170320faf208f5625b700 (patch)
tree9be98706f3d7b411f0c0f1989decbf0a1ac1f6cd /src/wx/video_view.h
parent05b7c7ebb03187664c73dc91e08135a15237558d (diff)
Add OpenGL audio meters.465-vumeters-take2
Diffstat (limited to 'src/wx/video_view.h')
-rw-r--r--src/wx/video_view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/video_view.h b/src/wx/video_view.h
index 3ea03a5fd..a7ab36388 100644
--- a/src/wx/video_view.h
+++ b/src/wx/video_view.h
@@ -63,6 +63,8 @@ public:
/** Called when playback stops */
virtual void stop () {}
+ virtual wxWindow* get_meters() const = 0;
+
enum NextFrameResult {
FAIL,
AGAIN,