xoreos  0.0.5
Classes | Namespaces | Functions
audiostream.cpp File Reference

Streaming audio. More...

#include <queue>
#include "src/common/error.h"
#include "src/common/mutex.h"
#include "src/sound/audiostream.h"
Include dependency graph for audiostream.cpp:

Go to the source code of this file.

Classes

class  Sound::QueuingAudioStreamImpl
 
struct  Sound::QueuingAudioStreamImpl::StreamHolder
 We queue a number of (pointers to) audio stream objects. More...
 

Namespaces

 Sound
 

Functions

AudioStream * Sound::makeLoopingAudioStream (RewindableAudioStream *stream, size_t loops)
 Wrapper functionality to efficiently create a stream, which might be looped. More...
 
QueuingAudioStream * Sound::makeQueuingAudioStream (int rate, int channels)
 Factory function for an QueuingAudioStream. More...
 

Detailed Description

Streaming audio.

Definition in file audiostream.cpp.