Audacity 3.2.0
Classes | Namespaces | Macros | Enumerations | Functions | Variables
ExportMP2.cpp File Reference
#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"
Include dependency graph for ExportMP2.cpp:

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< ExportOptionanonymous_namespace{ExportMP2.cpp}::MP2Options
 
static ExportPluginRegistry::RegisteredPlugin sRegisteredPlugin
 

Macro Definition Documentation

◆ LIBTWOLAME_STATIC

#define LIBTWOLAME_STATIC

Definition at line 50 of file ExportMP2.cpp.

Variable Documentation

◆ sRegisteredPlugin

ExportPluginRegistry::RegisteredPlugin sRegisteredPlugin
static
Initial value:
{ "MP2",
[]{ return std::make_unique< ExportMP2 >(); }
}

Definition at line 587 of file ExportMP2.cpp.