Added slider to show source pre-post processed in Player

This commit is contained in:
Bruno Herbelin
2022-05-03 00:39:10 +02:00
parent 69e35167bc
commit 252ed1c6f2
5 changed files with 83 additions and 8 deletions

View File

@@ -268,6 +268,7 @@ class SourceController : public WorkspaceWindow
float mediaplayer_height_;
float buttons_width_;
float buttons_height_;
float filter_slider_;
bool play_toggle_request_, replay_request_;
bool pending_;
@@ -301,7 +302,7 @@ class SourceController : public WorkspaceWindow
bool mediaplayer_mode_;
bool mediaplayer_slider_pressed_;
float mediaplayer_timeline_zoom_;
void RenderMediaPlayer(MediaPlayer *mp);
void RenderMediaPlayer(MediaSource *ms);
public:
SourceController();