Miam-Player  0.8.0
A nice music player
AudioDecoder.h File Reference
#include <QtAV/AVDecoder.h>
#include <QtAV/AudioFrame.h>
#include <QtCore/QStringList>

Go to the source code of this file.

Classes

class  QtAV::AudioDecoder
 

Namespaces

 QtAV
 AudioOutput ao; ao.setAudioFormat(fmt); ao.open(); while (has_data) { data = read_data(ao->bufferSize()); ao->play(data, pts); } ao->close(); See QtAV/tests/ao/main.cpp for detail.
 

Macros

#define USE_AUDIO_FRAME   1
 

Typedefs

typedef int QtAV::AudioDecoderId
 

Variables

Q_AV_EXPORT AudioDecoderId QtAV::AudioDecoderId_FFmpeg
 

Macro Definition Documentation

#define USE_AUDIO_FRAME   1