Mixxx

SoundSourceSndFile Class Reference

#include <soundsourcesndfile.h>

Inheritance diagram for SoundSourceSndFile:
Collaboration diagram for SoundSourceSndFile:

List of all members.

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 ()

Detailed Description

Definition at line 24 of file soundsourcesndfile.h.


Constructor & Destructor Documentation

SoundSourceSndFile::SoundSourceSndFile ( QString  qFilename)

Definition at line 30 of file soundsourcesndfile.cpp.

SoundSourceSndFile::~SoundSourceSndFile ( )

Definition at line 39 of file soundsourcesndfile.cpp.


Member Function Documentation

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.

Here is the caller graph for this function:

int SoundSourceSndFile::parseHeader ( ) [virtual]

Implements Mixxx::SoundSource.

Definition at line 159 of file soundsourcesndfile.cpp.

Here is the call graph for this function:

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]

Definition at line 47 of file soundsourcesndfile.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines