xoreos
0.0.5
|
Decoding Ogg Vorbis. More...
#include "src/common/types.h"
Go to the source code of this file.
Namespaces | |
Common | |
Sound | |
Functions | |
RewindableAudioStream * | Sound::makeVorbisStream (Common::SeekableReadStream *stream, bool disposeAfterUse) |
Create a new RewindableAudioStream from the Ogg Vorbis data in the given stream. More... | |
PacketizedAudioStream * | Sound::makePacketizedVorbisStream (Common::SeekableReadStream &extraData) |
Create a new PacketizedAudioStream capable of decoding vorbis audio data. More... | |
PacketizedAudioStream * | Sound::makePacketizedVorbisStream (Common::SeekableReadStream &packet1, Common::SeekableReadStream &packet2, Common::SeekableReadStream &packet3) |
Create a new PacketizedAudioStream capable of decoding vorbis audio data. More... | |
Decoding Ogg Vorbis.
Definition in file vorbis.h.