#include <OggSoundStream.h>
Definition at line 30 of file OggSoundStream.h.
◆ OggSoundStream()
| OggSoundStream::OggSoundStream |
( |
char * |
path | ) |
|
◆ ~OggSoundStream()
| OggSoundStream::~OggSoundStream |
( |
| ) |
|
|
virtual |
◆ display()
| void OggSoundStream::display |
( |
| ) |
|
|
virtual |
◆ errorString()
| const char * OggSoundStream::errorString |
( |
int |
code | ) |
|
|
private |
◆ getRateInHz()
| virtual int OggSoundStream::getRateInHz |
( |
| ) |
|
|
inlinevirtual |
◆ getSoundFormat()
◆ isValid()
| virtual bool OggSoundStream::isValid |
( |
| ) |
|
|
inlinevirtual |
◆ read()
| bool OggSoundStream::read |
( |
char * |
buffer, |
|
|
const int |
bufferSize, |
|
|
int * |
resultSize, |
|
|
const char ** |
error |
|
) |
| |
|
virtual |
◆ rewind()
| void OggSoundStream::rewind |
( |
| ) |
|
|
virtual |
◆ format
◆ oggStream
| OggVorbis_File OggSoundStream::oggStream |
|
private |
◆ rateInHz
| int OggSoundStream::rateInHz |
|
private |
◆ valid
| bool OggSoundStream::valid |
|
private |
The documentation for this class was generated from the following files: