Audacity 3.2.0
|
A private class used to store the information needed to do an export. More...
Public Attributes | |
double | t0 |
double | t1 |
wxFileName | filename |
unsigned | channels |
Tags | tags |
A private class used to store the information needed to do an export.
Definition at line 45 of file ExportAudioDialog.h.
unsigned ExportAudioDialog::ExportSetting::channels |
Number of channels for ExportMultipleByTrack
Definition at line 50 of file ExportAudioDialog.h.
Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().
wxFileName ExportAudioDialog::ExportSetting::filename |
The file to export to
Definition at line 49 of file ExportAudioDialog.h.
Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().
double ExportAudioDialog::ExportSetting::t0 |
Start time for the export
Definition at line 47 of file ExportAudioDialog.h.
Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().
double ExportAudioDialog::ExportSetting::t1 |
End time for the export
Definition at line 48 of file ExportAudioDialog.h.
Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().
Tags ExportAudioDialog::ExportSetting::tags |
The set of metadata to use for the export
Definition at line 51 of file ExportAudioDialog.h.
Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().