Audacity 3.2.0
|
#include <wx/defs.h>
#include <wx/dynlib.h>
#include <wx/log.h>
#include <wx/stream.h>
#include "Export.h"
#include "FileIO.h"
#include "Mix.h"
#include "Tags.h"
#include "Track.h"
#include "ExportPluginHelpers.h"
#include "PlainExportOptionsEditor.h"
#include "ExportPluginRegistry.h"
#include "twolame.h"
Go to the source code of this file.
Classes | |
class | MP2ExportOptionsEditor |
class | MP2ExportProcessor |
class | ExportMP2 |
Namespaces | |
namespace | anonymous_namespace{ExportMP2.cpp} |
Macros | |
#define | LIBTWOLAME_STATIC |
Enumerations | |
enum | : int { anonymous_namespace{ExportMP2.cpp}::MP2OptionIDVersion = 0 , anonymous_namespace{ExportMP2.cpp}::MP2OptionIDBitRateMPEG1 = 1 , anonymous_namespace{ExportMP2.cpp}::MP2OptionIDBitRateMPEG2 = 2 } |
Functions | |
TranslatableString | anonymous_namespace{ExportMP2.cpp}::n_kbps (int n) |
Variables | |
const TranslatableStrings | anonymous_namespace{ExportMP2.cpp}::BitRateMPEG1Names |
const TranslatableStrings | anonymous_namespace{ExportMP2.cpp}::BitRateMPEG2Names |
const std::initializer_list< ExportOption > | anonymous_namespace{ExportMP2.cpp}::MP2Options |
static ExportPluginRegistry::RegisteredPlugin | sRegisteredPlugin |
#define LIBTWOLAME_STATIC |
Definition at line 50 of file ExportMP2.cpp.
|
static |
Definition at line 585 of file ExportMP2.cpp.