![]() |
Miam-Player
0.8.0
A nice music player
|
#include <QtAV/OpenGLTypes.h>#include <QtAV/VideoFrame.h>#include <QtGui/QOpenGLShaderProgram>#include <QtGui/QOpenGLShader>Go to the source code of this file.
Classes | |
| class | QtAV::VideoShader |
| The VideoShader class Represents a shader for rendering a video frame. More... | |
| class | QtAV::VideoMaterial |
| The VideoMaterial class Encapsulates rendering state for a video shader program. 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. | |