![]() |
Audacity 3.2.0
|
#include "ExportFFmpegDialogs.h"
#include "../FFmpeg.h"
#include "FFmpegFunctions.h"
#include <wx/app.h>
#include <wx/checkbox.h>
#include <wx/choice.h>
#include <wx/intl.h>
#include <wx/timer.h>
#include <wx/string.h>
#include <wx/textctrl.h>
#include <wx/listbox.h>
#include <wx/window.h>
#include <wx/spinctrl.h>
#include <wx/combobox.h>
#include <wx/stattext.h>
#include "../widgets/FileDialog/FileDialog.h"
#include "Mix.h"
#include "../Tags.h"
#include "../widgets/AudacityMessageBox.h"
#include "../widgets/HelpSystem.h"
#include "Export.h"
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{ExportFFmpegDialogs.cpp} |
Macros | |
#define | FFMPEG_EXPORT_CTRL_ID_ENTRIES |
#define | FFMPEG_EXPORT_CTRL_ID_FIRST_ENTRY(name, num) name = num |
#define | FFMPEG_EXPORT_CTRL_ID_ENTRY(name) name |
#define | FFMPEG_EXPORT_CTRL_ID_FIRST_ENTRY(name, num) wxT(#name) |
#define | FFMPEG_EXPORT_CTRL_ID_ENTRY(name) wxT(#name) |
#define | OpenID 9000 |
Enumerations | |
enum | FFmpegExportCtrlID { FFMPEG_EXPORT_CTRL_ID_ENTRIES } |
Functions | |
TranslatableString | anonymous_namespace{ExportFFmpegDialogs.cpp}::n_kbps (int n) |
TranslatableString | anonymous_namespace{ExportFFmpegDialogs.cpp}::f_kbps (double d) |
static const FileNames::FileTypes & | FileTypes () |
#define FFMPEG_EXPORT_CTRL_ID_ENTRIES |
This construction defines a enumeration of UI element IDs, and a static array of their string representations (this way they're always synchronized). Do not store the enumerated values in external files, as they may change; the strings may be stored.
Definition at line 79 of file ExportFFmpegDialogs.cpp.
Definition at line 131 of file ExportFFmpegDialogs.cpp.
Definition at line 131 of file ExportFFmpegDialogs.cpp.
Definition at line 129 of file ExportFFmpegDialogs.cpp.
Definition at line 129 of file ExportFFmpegDialogs.cpp.
#define OpenID 9000 |
Definition at line 763 of file ExportFFmpegDialogs.cpp.
enum FFmpegExportCtrlID |
Enumerator | |
---|---|
FFMPEG_EXPORT_CTRL_ID_ENTRIES |
Definition at line 123 of file ExportFFmpegDialogs.cpp.
|
static |
Definition at line 2299 of file ExportFFmpegDialogs.cpp.
References FileNames::AllFiles, and FileNames::XMLFiles.
Referenced by ExportFFmpegOptions::OnExportPresets(), and ExportFFmpegOptions::OnImportPresets().
ChoiceSetting AACProfiles |
AAC profiles.
Definition at line 1596 of file ExportFFmpegDialogs.cpp.
Referenced by ExportFFmpegOptions::PopulateOrExchange().
|
static |
Definition at line 132 of file ExportFFmpegDialogs.cpp.
Referenced by FFmpegPresets::HandleXMLTag(), and FFmpegPresets::WriteXML().