nOggFile Class Reference
[Audio Subsystem]
#include <noggfile.h>
Inheritance diagram for nOggFile:

Detailed Description
Provide read-access to a ogg file.(C) 2005 Radon Labs GmbH
Definition at line 17 of file noggfile.h.
Public Member Functions | |
| nOggFile () | |
| constructor | |
| virtual | ~nOggFile () |
| destructor | |
| virtual bool | Open (const nString &filename) |
| open the file | |
| virtual void | Close () |
| close the file | |
| virtual int | GetSize () const |
| return size of audio data in file in bytes | |
| virtual WAVEFORMATEX * | GetFormat () const |
| return pointer to format description | |
| virtual uint | Read (void *buffer, uint bytesToRead) |
| read bytes from file | |
| virtual bool | Reset () |
| reset to beginning of audio data | |
Constructor & Destructor Documentation
|
|
constructor
Definition at line 11 of file noggfile.cc. |
|
|
destructor
Definition at line 21 of file noggfile.cc. |
Member Function Documentation
|
|
open the file
Reimplemented from nAudioFile. Definition at line 30 of file noggfile.cc. |
|
|
close the file
Reimplemented from nAudioFile. Definition at line 42 of file noggfile.cc. |
|
|
return size of audio data in file in bytes
Reimplemented from nAudioFile. Definition at line 57 of file noggfile.cc. |
|
|
return pointer to format description
Reimplemented from nAudioFile. Definition at line 68 of file noggfile.cc. |
|
||||||||||||
|
read bytes from file
Reimplemented from nAudioFile. Definition at line 93 of file noggfile.cc. |
|
|
reset to beginning of audio data
Reimplemented from nAudioFile. Definition at line 79 of file noggfile.cc. |
The documentation for this class was generated from the following files: