5#include <QtCore/qdebug.h>
6#include <QtCore/qfile.h>
7#include <QtCore/qstringlist.h>
9#include <mm/renderer/types.h>
10#include <sys/neutrino.h>
20static const char *
strm_string_getx(
const strm_string_t *sstr,
const char *defaultValue)
22 return sstr ? strm_string_get(sstr) : defaultValue;
35static const char *
genreKey =
"md_title_genre";
36static const char *
yearKey =
"md_title_year";
39static const char *
sampleKey =
"md_title_samplerate";
40static const char *
albumKey =
"md_title_album";
41static const char *
trackKey =
"md_title_track";
42static const char *
widthKey =
"md_video_width";
65 const strm_string_t *
value;
105 strm_dict_destroy(
at);
128 strm_dict_destroy(vt);
149 dict = strm_dict_new();
151 strm_dict_destroy(dict);
171 return m_height * m_pixelHeight;
176 return m_width * m_pixelWidth;
182 if (m_mediaType == -1)
191 if (m_mediaType == -1)
239 return m_audioBitRate;
qlonglong toLongLong(bool *ok=nullptr, int base=10) const
Returns the byte array converted to a {long long} using base base, which is ten by default.
int toInt(bool *ok=nullptr, int base=10) const
Returns the byte array converted to an int using base base, which is ten by default.
float toFloat(bool *ok=nullptr) const
Returns the byte array converted to a float value.
\macro QT_RESTRICTED_CAST_FROM_ASCII
static QString fromLatin1(QByteArrayView ba)
This is an overloaded member function, provided for convenience. It differs from the above function o...
Combined button and popup list for selecting options.
EGLOutputLayerEXT EGLint EGLAttrib value
[5]
QLatin1StringView QLatin1String