Nazara Engine
0.4
A fast, complete, cross-platform API designed for game development
|
Audio class that represents a sound stream. More...
Inherited by Nz::Detail::sndfileStream.
Public Member Functions | |
virtual UInt32 | GetDuration () const =0 |
virtual AudioFormat | GetFormat () const =0 |
virtual UInt64 | GetSampleCount () const =0 |
virtual UInt32 | GetSampleRate () const =0 |
virtual UInt64 | Read (void *buffer, UInt64 sampleCount)=0 |
virtual void | Seek (UInt64 offset)=0 |
Audio class that represents a sound stream.