![]() |
Mixxx
|
#include <taglib/tfile.h>#include <taglib/apetag.h>#include <taglib/id3v2tag.h>#include <taglib/xiphcomment.h>#include <taglib/mp4tag.h>#include "defs.h"#include <QString>

Go to the source code of this file.
Classes | |
| class | Mixxx::SoundSource |
Namespaces | |
| namespace | Mixxx |
Defines | |
| #define | MIXXX_SOUNDSOURCE_API_VERSION 3 |
Typedefs | |
| typedef Mixxx::SoundSource *(* | getSoundSourceFunc )(QString filename) |
| typedef char **(* | getSupportedFileExtensionsFunc )() |
| typedef int(* | getSoundSourceAPIVersionFunc )() |
| typedef void(* | freeFileExtensionsFunc )(char **exts) |
| #define MIXXX_SOUNDSOURCE_API_VERSION 3 |
Definition at line 30 of file soundsource.h.
| typedef void(* freeFileExtensionsFunc)(char **exts) |
Definition at line 45 of file soundsource.h.
| typedef int(* getSoundSourceAPIVersionFunc)() |
Definition at line 43 of file soundsource.h.
| typedef Mixxx::SoundSource*(* getSoundSourceFunc)(QString filename) |
Definition at line 41 of file soundsource.h.
| typedef char**(* getSupportedFileExtensionsFunc)() |
Definition at line 42 of file soundsource.h.