AudioStream

We need to use this cus templates are anoying

Members

Functions

genericInfo
AudioInfo genericInfo()
Undocumented in source.
read
long read(byte* ptr, uint bufferLength, uint bitdepth, bool signed)
Undocumented in source.
readArray
deprecated T[] readArray(uint bufferLength, uint bitdepth, bool signed)

Read data of ogg stream in to array of specified type. This in untested and should probably not be used see the read() function instead.

seek
void seek(long position)

Seek to a PCM position in file

seekRaw
void seekRaw(long position)

Seek to position in file

tell
size_t tell()

Returns the position in the stream

tellRaw
size_t tellRaw()

Returns the position in the stream

Meta