Miam-Player  0.8.0
A nice music player
MediaIO.h File Reference
#include <stdio.h>
#include <QtAV/QtAV_Global.h>
#include <QtCore/QStringList>
#include <QtCore/QObject>

Go to the source code of this file.

Classes

class  QtAV::MediaIO
 

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::MediaIOId
 MediaIO Built-in io (use MediaIO::create(name), example: MediaIO *qio = MediaIO::create("QIODevice")) "QIODevice": properties: device - read/write. More...
 

Variables

Q_DECL_DEPRECATED typedef MediaIO QtAV::AVInput