[Qt-interest] Phonon::SeekSlider prblem
Keshava Krishna
keshavkrishna88 at gmail.com
Sun May 3 19:32:40 CEST 2009
hi everyone,
i was trying out to play mp3s with the help of *Phonon::MediaObject* ('m
using Qt 4.5.0 and ubuntu 9.04)...
here is the code i used,
audioOutput = new Phonon::AudioOutput(Phonon::MusicCategory, videoWindow);
mediaObject = new Phonon::MediaObject(videoWindow);
mediaObject->setCurrentSource(*source);//source is a valid
Phonon::createPath(mediaObject, audioOutput);
seekSlider = new Phonon::SeekSlider(mediaObject,mediaToolBar);
seekSlider->setMediaObject(mediaObject);
seekSlider->show();
music is getting played, but the seek slider is not working, it is not
moving at all...
*even in the musicplayer example same problem exists...*
can anyone please suggest me why is this happening....
--
Regards,
Keshava.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090503/77351352/attachment.html
More information about the Qt-interest-old
mailing list