#include <SoundStream.h>
Definition at line 25 of file SoundStream.h.
◆ SoundFormat
| Enumerator |
|---|
| FORMAT_INVALID | |
| FORMAT_MONO16 | |
| FORMAT_STEREO16 | |
Definition at line 31 of file SoundStream.h.
◆ SoundStream()
| SoundStream::SoundStream |
( |
const char * |
path | ) |
|
|
inline |
◆ ~SoundStream()
| virtual SoundStream::~SoundStream |
( |
| ) |
|
|
inlinevirtual |
◆ display()
| virtual void SoundStream::display |
( |
| ) |
|
|
pure virtual |
◆ getRateInHz()
| virtual int SoundStream::getRateInHz |
( |
| ) |
|
|
pure virtual |
◆ getSoundFormat()
◆ isValid()
| virtual bool SoundStream::isValid |
( |
| ) |
|
|
pure virtual |
◆ read()
| virtual bool SoundStream::read |
( |
char * |
buffer, |
|
|
const int |
bufferSize, |
|
|
int * |
resultSize, |
|
|
const char ** |
error |
|
) |
| |
|
pure virtual |
◆ rewind()
| virtual void SoundStream::rewind |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: