> On linux, running demos/player from qtmobility 1.1,
> I play an mp3 file, and I can see the track's artist - title in the
> windowtitle, which is obtained from the id3 metadata.
> 
> If I run the same example on windows, I see nothing in the window
> title while playing a track.
> It seems as if mp3 metadata can not be obtained via Qt MultimediaKit
> in mobility 1.1.
> 
> I was wondering if it's just my windows setup, or do others have the
> same issue?

To access meta-data from some formats on Windows you will need the Window Media 
Format SDK which is included in Windows SDK versions as old as 6.0A.  This is 
because the windows media filters (which include the mp3 parser) use their own 
interfaces for meta-data access instead of IAMMediaContent defined in the 
DirectShow sdk which supports only a limited set of properties.

Andrew

_______________________________________________
Qt-mobility-feedback mailing list
Qt-mobility-feedback@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-mobility-feedback

Reply via email to