Miam-Player  0.8.0
A nice music player
VideoFormat.h File Reference
#include <QtCore/QSharedDataPointer>
#include <QtCore/QString>
#include <QtGui/QImage>
#include <QtAV/QtAV_Global.h>

Go to the source code of this file.

Classes

class  QtAV::VideoFormat
 The VideoFormat class Describes the layout of video data. 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.
 

Functions

Q_AV_EXPORT QDebug QtAV::operator<< (QDebug debug, const VideoFormat &fmt)
 
Q_AV_EXPORT QDebug QtAV::operator<< (QDebug debug, VideoFormat::PixelFormat pixFmt)