![]() |
Miam-Player
0.8.0
A nice music player
|
#include <QtCore/QByteArray>
#include <QtCore/QSize>
#include <QtCore/QRectF>
#include <QtGui/QColor>
#include <QtAV/AVOutput.h>
#include <QtAV/VideoFrame.h>
Go to the source code of this file.
Classes | |
class | QtAV::VideoRenderer |
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. | |
Typedefs | |
typedef int | QtAV::VideoRendererId |
Variables | |
Q_AV_EXPORT VideoRendererId | QtAV::VideoRendererId_OpenGLWindow |