Audacity 3.2.0
Classes | Namespaces | Macros | Functions | Variables
ImportMP3_MPG123.cpp File Reference
#include <wx/defs.h>
#include <cstddef>
#include <cstring>
#include "Import.h"
#include "BasicUI.h"
#include "ImportPlugin.h"
#include "ImportUtils.h"
#include "ImportProgressListener.h"
#include "Project.h"
#include <wx/file.h>
#include <wx/string.h>
#include <wx/log.h>
#include <mpg123.h>
#include "Tags.h"
#include "WaveTrack.h"
#include "CodeConversions.h"
#include "FromChars.h"
Include dependency graph for ImportMP3_MPG123.cpp:

Go to the source code of this file.

Classes

class  anonymous_namespace{ImportMP3_MPG123.cpp}::MP3ImportPlugin
 
class  anonymous_namespace{ImportMP3_MPG123.cpp}::MP3ImportFileHandle
 

Namespaces

namespace  anonymous_namespace{ImportMP3_MPG123.cpp}
 

Macros

#define DESC   XO("MP3 files")
 

Functions

wxString anonymous_namespace{ImportMP3_MPG123.cpp}::GetId3v2Genre (Tags &tags, const char *genre)
 
wxSeekMode anonymous_namespace{ImportMP3_MPG123.cpp}::GetWXSeekMode (int whence)
 

Variables

const auto anonymous_namespace{ImportMP3_MPG123.cpp}::exts = { wxT("mp3"), wxT("mp2"), wxT("mpa") }
 
static Importer::RegisteredImportPlugin anonymous_namespace{ImportMP3_MPG123.cpp}::registered
 

Macro Definition Documentation

◆ DESC

#define DESC   XO("MP3 files")

Audacity: A Digital Audio Editor

ImportMP3_MPG123.cpp

Dmitry Vedenko

Definition at line 23 of file ImportMP3_MPG123.cpp.