Miam-Player  0.8.0
A nice music player
mediaplayer.h File Reference
#include <QMediaPlayer>
#include "mediaplaylist.h"
#include "miamcore_global.h"

Go to the source code of this file.

Classes

class  MediaPlayer
 The MediaPlayer class is a central class which controls local and remote sources. More...
 

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.