summaryrefslogtreecommitdiff
path: root/libs/ardour/export_format_manager.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2018-11-19 23:44:50 +0100
committerRobin Gareus <robin@gareus.org>2018-11-20 00:21:01 +0100
commit27e0e78e1df90c2c1fa41a342a11d1c941fca1bf (patch)
tree8a51367d3b91b86e774c1e2a0e0c2226f6ca1264 /libs/ardour/export_format_manager.cc
parent5fa05b403ca21a6573d07b921dc14f0769dc9fc7 (diff)
Implement FFMPEG/MP3 export-format spec and profile
Diffstat (limited to 'libs/ardour/export_format_manager.cc')
-rw-r--r--libs/ardour/export_format_manager.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/libs/ardour/export_format_manager.cc b/libs/ardour/export_format_manager.cc
index 3581fb890e..fd1b8ac06f 100644
--- a/libs/ardour/export_format_manager.cc
+++ b/libs/ardour/export_format_manager.cc
@@ -288,6 +288,13 @@ ExportFormatManager::select_src_quality (ExportFormatBase::SRCQuality value)
}
void
+ExportFormatManager::select_codec_quality (int value)
+{
+ current_selection->set_codec_quality (value);
+ check_for_description_change ();
+}
+
+void
ExportFormatManager::select_with_cue (bool value)
{
current_selection->set_with_cue (value);