diff options
Diffstat (limited to 'src/wx/film_editor.h')
| -rw-r--r-- | src/wx/film_editor.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/wx/film_editor.h b/src/wx/film_editor.h index 91bb761e3..f0c1c6384 100644 --- a/src/wx/film_editor.h +++ b/src/wx/film_editor.h @@ -76,17 +76,18 @@ private: void still_duration_changed (wxCommandEvent &); void audio_stream_changed (wxCommandEvent &); void subtitle_stream_changed (wxCommandEvent &); + void use_audio_changed (wxCommandEvent &); /* Handle changes to the model */ void film_changed (Film::Property); /* Button clicks */ void edit_filters_clicked (wxCommandEvent &); - void change_dcp_range_clicked (wxCommandEvent &); void set_things_sensitive (bool); void setup_formats (); void setup_subtitle_control_sensitivity (); + void setup_audio_control_sensitivity (); void setup_streams (); void setup_audio_details (); @@ -130,7 +131,10 @@ private: wxButton* _filters_button; /** The Film's scaler */ wxComboBox* _scaler; + wxRadioButton* _use_source_audio; wxComboBox* _audio_stream; + wxRadioButton* _use_external_audio; + wxFilePickerCtrl* _external_audio_channel[6]; /** The Film's audio gain */ wxSpinCtrl* _audio_gain; /** A button to open the gain calculation dialogue */ |
