![]() |
Mixxx
|
#include <soundsourcemp3.h>


Public Member Functions | |
| SoundSourceMp3 (QString qFilename) | |
| ~SoundSourceMp3 () | |
| int | open () |
| long | seek (long) |
| unsigned | read (unsigned long size, const SAMPLE *) |
| unsigned long | discard (unsigned long size) |
| long unsigned | length () |
| int | parseHeader () |
Static Public Member Functions | |
| static QList< QString > | supportedFileExtensions () |
Definition at line 52 of file soundsourcemp3.h.
| SoundSourceMp3::SoundSourceMp3 | ( | QString | qFilename | ) |
Definition at line 23 of file soundsourcemp3.cpp.
| SoundSourceMp3::~SoundSourceMp3 | ( | ) |
Definition at line 41 of file soundsourcemp3.cpp.
| unsigned long SoundSourceMp3::discard | ( | unsigned long | size | ) |
| long unsigned SoundSourceMp3::length | ( | ) | [inline, virtual] |
Return the length of the file in samples.
Implements Mixxx::SoundSource.
Definition at line 350 of file soundsourcemp3.cpp.

| int SoundSourceMp3::open | ( | ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 72 of file soundsourcemp3.cpp.

| int SoundSourceMp3::parseHeader | ( | ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 557 of file soundsourcemp3.cpp.

| unsigned SoundSourceMp3::read | ( | unsigned long | size, |
| const SAMPLE * | _destination | ||
| ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 435 of file soundsourcemp3.cpp.
| long SoundSourceMp3::seek | ( | long | filepos | ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 199 of file soundsourcemp3.cpp.


| QList< QString > SoundSourceMp3::supportedFileExtensions | ( | ) | [static] |