<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[how to get the details of a media file]]></title><description><![CDATA[<p dir="auto">im trying to get the details of mp3 file<br />
look at the picture: <a href="http://imgur.com/Xw0PFSP" target="_blank" rel="noopener noreferrer nofollow ugc">http://imgur.com/Xw0PFSP</a><br />
QFileInfo doesnt help me.<br />
can someone help me ? ty</p>
]]></description><link>https://forum.qt.io/topic/62522/how-to-get-the-details-of-a-media-file</link><generator>RSS for Node</generator><lastBuildDate>Mon, 08 Jun 2026 17:46:11 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/62522.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Jan 2016 03:59:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to how to get the details of a media file on Mon, 11 Jan 2016 05:25:37 GMT]]></title><description><![CDATA[<p dir="auto">Check the documentation for QMediaObject class: <a href="http://doc.qt.io/qt-5/qmediaobject.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://doc.qt.io/qt-5/qmediaobject.html</a><br />
Especially<br />
<code>QVariant QMediaObject::metaData(const QString &amp; key) const</code><br />
You probably will need to use QAudioDecoder class which is derived from QMediaObject.</p>
]]></description><link>https://forum.qt.io/post/306596</link><guid isPermaLink="true">https://forum.qt.io/post/306596</guid><dc:creator><![CDATA[jsulm]]></dc:creator><pubDate>Mon, 11 Jan 2016 05:25:37 GMT</pubDate></item></channel></rss>