VorbisFile

An Ogg/Vorbis implementation of BaseSoundFile Open an ogg/vorbis file and store the attributes from it's headers.

Constructors

this
this(string filename)

CTor

Members

Functions

_read
void _read(string filename)
Undocumented in source. Be warned that the author may not have intended to support it.
getType
MusicType getType()

Returns the music type. In this case: Ogg.

Inherited Members

From BaseSoundFile

_sFile
SoundFile _sFile;
Undocumented in source.
_filename
string _filename;
Undocumented in source.
_buffer
byte[] _buffer;
Undocumented in source.
_read
void _read(string filename)
Undocumented in source.
getData
const(SoundFile) getData()

Returns the SoundFile struct.

getBuffer
const(byte[]) getBuffer()

Returns the Sound Buffer

getFilename
string getFilename()

Returns the filename of the loaded sound file.

getLength
float getLength()

Returns the length of the sound in seconds.

getType
MusicType getType()

abstract getType method.

toString
string toString()

toString

Meta

Authors

rschuett