X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fardour%2Fexport_format_manager.h;h=5a78708efbb58bf252a79e6f9ba5f3fc11591f67;hb=74a604d261b1ecb0f20ee0c69aef7648da3a1d86;hp=9fce8282a1dca3f30f1adc8e2802504773fa75c7;hpb=52003be3695ab703b936163d7284e208790d5363;p=ardour.git diff --git a/libs/ardour/ardour/export_format_manager.h b/libs/ardour/ardour/export_format_manager.h index 9fce8282a1..5a78708efb 100644 --- a/libs/ardour/ardour/export_format_manager.h +++ b/libs/ardour/ardour/export_format_manager.h @@ -39,7 +39,7 @@ class ExportFormatCompatibility; class ExportFormatSpecification; class AnyTime; -class ExportFormatManager : public PBD::ScopedConnectionList +class LIBARDOUR_API ExportFormatManager : public PBD::ScopedConnectionList { public: @@ -100,6 +100,7 @@ class 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); @@ -108,7 +109,10 @@ class ExportFormatManager : public PBD::ScopedConnectionList 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: