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


Public Member Functions | |
| SoundSourceSndFile (QString qFilename) | |
| ~SoundSourceSndFile () | |
| int | open () |
| long | seek (long) |
| unsigned | read (unsigned long size, const SAMPLE *) |
| long unsigned | length () |
| int | parseHeader () |
Static Public Member Functions | |
| static QList< QString > | supportedFileExtensions () |
Definition at line 24 of file soundsourcesndfile.h.
| SoundSourceSndFile::SoundSourceSndFile | ( | QString | qFilename | ) |
Definition at line 30 of file soundsourcesndfile.cpp.
| SoundSourceSndFile::~SoundSourceSndFile | ( | ) |
Definition at line 39 of file soundsourcesndfile.cpp.
| long unsigned SoundSourceSndFile::length | ( | ) | [inline, virtual] |
Implements Mixxx::SoundSource.
Definition at line 239 of file soundsourcesndfile.cpp.
| int SoundSourceSndFile::open | ( | ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 57 of file soundsourcesndfile.cpp.

| int SoundSourceSndFile::parseHeader | ( | ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 159 of file soundsourcesndfile.cpp.

| unsigned SoundSourceSndFile::read | ( | unsigned long | size, |
| const SAMPLE * | destination | ||
| ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 107 of file soundsourcesndfile.cpp.
| long SoundSourceSndFile::seek | ( | long | filepos | ) | [virtual] |
Implements Mixxx::SoundSource.
Definition at line 85 of file soundsourcesndfile.cpp.
| QList< QString > SoundSourceSndFile::supportedFileExtensions | ( | ) | [static] |