Updated es_ES translation from Manuel AC.
[dcpomatic.git] / src / wx / audio_panel.h
index 69f606385dd8bc38b3700f3c1e88dfdddeff25ff..e1dc283e2852debd1d021baa2900567b7b7112fa 100644 (file)
@@ -17,6 +17,7 @@
 
 */
 
+#include "lib/audio_mapping.h"
 #include "film_editor_panel.h"
 
 class wxSpinCtrl;
@@ -32,23 +33,16 @@ public:
        AudioPanel (FilmEditor *);
 
        void film_changed (Film::Property);
-       void film_content_changed (
-               boost::shared_ptr<Content>,
-               boost::shared_ptr<AudioContent>,
-               boost::shared_ptr<SubtitleContent>,
-               boost::shared_ptr<FFmpegContent>,
-               int);
-       void content_selection_changed ();
-
-       void setup_sensitivity ();
+       void film_content_changed (boost::shared_ptr<Content>, int);
        
 private:
-       void gain_changed (wxCommandEvent &);
-       void gain_calculate_button_clicked (wxCommandEvent &);
-       void show_clicked (wxCommandEvent &);
-       void delay_changed (wxCommandEvent &);
-       void stream_changed (wxCommandEvent &);
+       void gain_changed ();
+       void gain_calculate_button_clicked ();
+       void show_clicked ();
+       void delay_changed ();
+       void stream_changed ();
        void mapping_changed (AudioMapping);
+       void setup_stream_description ();
 
        wxSpinCtrl* _gain;
        wxButton* _gain_calculate_button;