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

Decoding AAC. More...

#include <cstring>
#include <neaacdec.h>
#include <boost/scoped_array.hpp>
#include "src/common/scopedptr.h"
#include "src/common/disposableptr.h"
#include "src/common/error.h"
#include "src/common/memreadstream.h"
#include "src/sound/audiostream.h"
#include "src/sound/decoders/aac.h"
#include "src/sound/decoders/pcm.h"
Include dependency graph for aac.cpp:

Go to the source code of this file.

Classes

class  Sound::AACDecoder
 

Namespaces

 Sound
 

Functions

PacketizedAudioStream * Sound::makeAACStream (Common::SeekableReadStream &extraData)
 Create a PacketizedAudioStream that decodes AAC sound. More...
 

Detailed Description

Decoding AAC.

Definition in file aac.cpp.