Mixxx

/home/maxime/Projets/Mixxx/1.10/mixxx/src/soundsource.h File Reference

#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>
Include dependency graph for soundsource.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define MIXXX_SOUNDSOURCE_API_VERSION   3

Definition at line 30 of file soundsource.h.


Typedef Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines