#include <export_format_manager.h>
Definition at line 42 of file export_format_manager.h.
◆ CompatList
◆ DitherTypePtr
◆ FormatList
◆ QualityList
◆ QualityPtr
◆ SampleFormatList
◆ SampleFormatPtr
◆ SampleRateList
◆ SampleRatePtr
◆ WeakDitherTypePtr
◆ WeakQualityPtr
◆ WeakSampleFormatPtr
◆ WeakSampleRatePtr
◆ ExportFormatManager()
◆ ~ExportFormatManager()
ARDOUR::ExportFormatManager::~ExportFormatManager |
( |
| ) |
|
◆ add_compatibility()
◆ add_format()
◆ add_quality()
void ARDOUR::ExportFormatManager::add_quality |
( |
QualityPtr |
ptr | ) |
|
|
private |
◆ add_sample_rate()
void ARDOUR::ExportFormatManager::add_sample_rate |
( |
SampleRatePtr |
ptr | ) |
|
|
private |
◆ change_compatibility_selection()
◆ change_dither_type_selection()
void ARDOUR::ExportFormatManager::change_dither_type_selection |
( |
bool |
select, |
|
|
WeakDitherTypePtr const & |
type |
|
) |
| |
|
private |
◆ change_format_selection()
void ARDOUR::ExportFormatManager::change_format_selection |
( |
bool |
select, |
|
|
WeakExportFormatPtr const & |
format |
|
) |
| |
|
private |
◆ change_quality_selection()
void ARDOUR::ExportFormatManager::change_quality_selection |
( |
bool |
select, |
|
|
WeakQualityPtr const & |
quality |
|
) |
| |
|
private |
◆ change_sample_format_selection()
void ARDOUR::ExportFormatManager::change_sample_format_selection |
( |
bool |
select, |
|
|
WeakSampleFormatPtr const & |
format |
|
) |
| |
|
private |
◆ change_sample_rate_selection()
void ARDOUR::ExportFormatManager::change_sample_rate_selection |
( |
bool |
select, |
|
|
WeakSampleRatePtr const & |
rate |
|
) |
| |
|
private |
◆ check_for_description_change()
void ARDOUR::ExportFormatManager::check_for_description_change |
( |
| ) |
|
|
private |
◆ get_compatibilities()
CompatList const& ARDOUR::ExportFormatManager::get_compatibilities |
( |
| ) |
|
|
inline |
◆ get_compatibility_intersection()
◆ get_formats()
FormatList const& ARDOUR::ExportFormatManager::get_formats |
( |
| ) |
|
|
inline |
◆ get_qualities()
QualityList const& ARDOUR::ExportFormatManager::get_qualities |
( |
| ) |
|
|
inline |
◆ get_sample_rates()
SampleRateList const& ARDOUR::ExportFormatManager::get_sample_rates |
( |
| ) |
|
|
inline |
◆ get_selected_format()
◆ get_selected_quality()
QualityPtr ARDOUR::ExportFormatManager::get_selected_quality |
( |
| ) |
|
|
private |
◆ get_selected_sample_format()
SampleFormatPtr ARDOUR::ExportFormatManager::get_selected_sample_format |
( |
| ) |
|
|
private |
◆ get_selected_sample_rate()
SampleRatePtr ARDOUR::ExportFormatManager::get_selected_sample_rate |
( |
| ) |
|
|
private |
◆ init_compatibilities()
void ARDOUR::ExportFormatManager::init_compatibilities |
( |
| ) |
|
|
private |
◆ init_formats()
void ARDOUR::ExportFormatManager::init_formats |
( |
| ) |
|
|
private |
◆ init_qualities()
void ARDOUR::ExportFormatManager::init_qualities |
( |
| ) |
|
|
private |
◆ init_sample_rates()
void ARDOUR::ExportFormatManager::init_sample_rates |
( |
| ) |
|
|
private |
◆ select_codec_quality()
void ARDOUR::ExportFormatManager::select_codec_quality |
( |
int |
| ) |
|
◆ select_compatibility()
◆ select_demo_noise_duration()
void ARDOUR::ExportFormatManager::select_demo_noise_duration |
( |
int |
value | ) |
|
◆ select_demo_noise_interval()
void ARDOUR::ExportFormatManager::select_demo_noise_interval |
( |
int |
value | ) |
|
◆ select_demo_noise_level()
void ARDOUR::ExportFormatManager::select_demo_noise_level |
( |
float |
value | ) |
|
◆ select_dither_type()
void ARDOUR::ExportFormatManager::select_dither_type |
( |
DitherTypePtr const & |
type | ) |
|
|
private |
◆ select_format()
void ARDOUR::ExportFormatManager::select_format |
( |
ExportFormatPtr const & |
format | ) |
|
|
private |
◆ select_normalize()
void ARDOUR::ExportFormatManager::select_normalize |
( |
bool |
value | ) |
|
◆ select_normalize_dbfs()
void ARDOUR::ExportFormatManager::select_normalize_dbfs |
( |
float |
value | ) |
|
◆ select_normalize_dbtp()
void ARDOUR::ExportFormatManager::select_normalize_dbtp |
( |
float |
value | ) |
|
◆ select_normalize_loudness()
void ARDOUR::ExportFormatManager::select_normalize_loudness |
( |
bool |
value | ) |
|
◆ select_normalize_lufs()
void ARDOUR::ExportFormatManager::select_normalize_lufs |
( |
float |
value | ) |
|
◆ select_quality()
void ARDOUR::ExportFormatManager::select_quality |
( |
QualityPtr const & |
quality | ) |
|
|
private |
◆ select_sample_format()
void ARDOUR::ExportFormatManager::select_sample_format |
( |
SampleFormatPtr const & |
format | ) |
|
|
private |
◆ select_sample_rate()
void ARDOUR::ExportFormatManager::select_sample_rate |
( |
SampleRatePtr const & |
rate | ) |
|
|
private |
◆ select_silence_beginning()
void ARDOUR::ExportFormatManager::select_silence_beginning |
( |
AnyTime const & |
time | ) |
|
◆ select_silence_end()
void ARDOUR::ExportFormatManager::select_silence_end |
( |
AnyTime const & |
time | ) |
|
◆ select_src_quality()
◆ select_tagging()
void ARDOUR::ExportFormatManager::select_tagging |
( |
bool |
tag | ) |
|
◆ select_tp_limiter()
void ARDOUR::ExportFormatManager::select_tp_limiter |
( |
bool |
value | ) |
|
◆ select_trim_beginning()
void ARDOUR::ExportFormatManager::select_trim_beginning |
( |
bool |
value | ) |
|
◆ select_trim_end()
void ARDOUR::ExportFormatManager::select_trim_end |
( |
bool |
value | ) |
|
◆ select_upload()
void ARDOUR::ExportFormatManager::select_upload |
( |
bool |
| ) |
|
◆ select_with_cue()
void ARDOUR::ExportFormatManager::select_with_cue |
( |
bool |
| ) |
|
◆ select_with_mp4chaps()
void ARDOUR::ExportFormatManager::select_with_mp4chaps |
( |
bool |
| ) |
|
◆ select_with_toc()
void ARDOUR::ExportFormatManager::select_with_toc |
( |
bool |
| ) |
|
◆ selection_changed()
void ARDOUR::ExportFormatManager::selection_changed |
( |
| ) |
|
|
private |
◆ set_command()
void ARDOUR::ExportFormatManager::set_command |
( |
std::string |
| ) |
|
◆ set_name()
void ARDOUR::ExportFormatManager::set_name |
( |
std::string |
name | ) |
|
◆ compatibilities
CompatList ARDOUR::ExportFormatManager::compatibilities |
|
private |
◆ CompleteChanged
PBD::Signal<void(bool)> ARDOUR::ExportFormatManager::CompleteChanged |
◆ current_selection
◆ DescriptionChanged
PBD::Signal<void()> ARDOUR::ExportFormatManager::DescriptionChanged |
◆ formats
◆ pending_selection_change
bool ARDOUR::ExportFormatManager::pending_selection_change |
|
private |
◆ prev_description
std::string ARDOUR::ExportFormatManager::prev_description |
|
private |
◆ qualities
◆ sample_rates
◆ universal_set
The documentation for this class was generated from the following file: