![]() |
Audacity 3.2.0
|
#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"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 |
| #define DESC XO("MP3 files") |