VorbisAudioCursor

class VorbisAudioCursor

Bases: MovieAudioCursor

Interfaces with the libvorbisfile library to implement decoding of Ogg Vorbis audio files.

Inheritance diagram

Inheritance diagram of VorbisAudioCursor

explicit VorbisAudioCursor(VorbisAudio *src, std::istream *stream)
VorbisAudioCursor(VorbisAudioCursor const&) = default

Reads the .wav header from the indicated stream. This leaves the read pointer positioned at the start of the data.

static TypeHandle get_class_type(void)