Optimize automation-event process splitting
[ardour.git] / libs / ardour / ardour / export_format_manager.h
index dad7d84b72f58b4406318fee6c98f7a8a475e48c..d25e8657a17cc73a7eebd07ff51b6d3e31252594 100644 (file)
@@ -100,15 +100,20 @@ class LIBARDOUR_API ExportFormatManager : public PBD::ScopedConnectionList
 
        void select_with_cue (bool);
        void select_with_toc (bool);
+       void select_with_mp4chaps (bool);
        void select_upload (bool);
        void set_command (std::string);
        void select_src_quality (ExportFormatBase::SRCQuality value);
+       void select_codec_quality (int);
        void select_trim_beginning (bool value);
        void select_silence_beginning (AnyTime const & time);
        void select_trim_end (bool value);
        void select_silence_end (AnyTime const & time);
        void select_normalize (bool value);
-       void select_normalize_target (float value);
+       void select_normalize_loudness (bool value);
+       void select_normalize_dbfs (float value);
+       void select_normalize_lufs (float value);
+       void select_normalize_dbtp (float value);
        void select_tagging (bool tag);
 
   private: