#include <RageSoundReader_Preload.h>
Inheritance diagram for RageSoundReader_Preload:
Public Member Functions | |
bool | Open (SoundReader *source) |
int | GetLength () const |
int | GetLength_Fast () const |
int | SetPosition_Accurate (int ms) |
int | SetPosition_Fast (int ms) |
int | Read (char *buf, unsigned len) |
int | GetSampleRate () const |
unsigned | GetNumChannels () const |
bool | IsStreamingFromDisk () const |
SoundReader * | Copy () const |
~RageSoundReader_Preload () | |
Static Public Member Functions | |
bool | PreloadSound (SoundReader *&pSound) |
Private Member Functions | |
int | total_samples () const |
Private Attributes | |
rc_string | buf |
int | position |
int | samplerate |
unsigned | channels |
float | OffsetFix |
|
|
|
Implements SoundReader. |
|
Implements SoundReader. |
|
Reimplemented from SoundReader. |
|
Reimplemented from SoundReader. |
|
Implements SoundReader. |
|
Implements SoundReader. |
|
|
|
|
|
Implements SoundReader. |
|
Implements SoundReader. |
|
Reimplemented from SoundReader. |
|
|
|
|
|
|
|
|
|
|
|
|