add channel count difference operator.
[ardour.git] / libs / ardour / export_format_manager.cc
index 890623c114b0f5a562aa28705f3e225b58dd94ea..f87a08686f6e01f9b17e4ee8aa64d7544aba33e7 100644 (file)
@@ -293,6 +293,20 @@ ExportFormatManager::select_with_toc (bool value)
        check_for_description_change ();
 }
 
+void
+ExportFormatManager::select_with_mp4chaps (bool value)
+{
+       current_selection->set_with_mp4chaps (value);
+       check_for_description_change ();
+}
+
+void
+ExportFormatManager::set_command (std::string command)
+{
+       current_selection->set_command (command);
+       check_for_description_change ();
+}
+
 void
 ExportFormatManager::select_trim_beginning (bool value)
 {