![]() |
Miam-Player
0.8.0
A nice music player
|
#include <QtCore/QObject>#include <QtCore/QVariant>#include <QtCore/QVector>#include <QtAV/QtAV_Global.h>#include <QtAV/Packet.h>Go to the source code of this file.
Classes | |
| class | QtAV::PlayerSubtitle |
| The PlayerSubtitle class Bind Subtitle to AVPlayer. 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. | |