3#ifndef QQnxMediaMetaData_H
4#define QQnxMediaMetaData_H
17#include <QtCore/qglobal.h>
18#include <QtCore/QSize>
19#include <QtCore/QString>
25class QQnxMediaMetaData
29 bool update(
const strm_dict_t *dict);
33 qlonglong duration()
const;
37 bool hasVideo()
const;
38 bool hasAudio()
const;
39 bool isSeekable()
const;
41 QString title()
const;
42 QString artist()
const;
43 QString comment()
const;
44 QString genre()
const;
46 QString mediaType()
const;
47 int audioBitRate()
const;
48 int sampleRate()
const;
49 QString album()
const;
51 QSize resolution()
const;