xoreos  0.0.5
Namespaces | Functions
vorbis.h File Reference

Decoding Ogg Vorbis. More...

#include "src/common/types.h"
Include dependency graph for vorbis.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Decoding Ogg Vorbis.

Definition in file vorbis.h.