There are media, video and audio track:
file.avi
file.wav
Should simultaneously start playback these files.
Possible?
Printable View
There are media, video and audio track:
file.avi
file.wav
Should simultaneously start playback these files.
Possible?
Seems like Phonon ignores loading multiple file formats because i tried to load a list of files from directory and an error occurred that it cant have multiple filters!
Its also a problem to me either!..
Hmmm ... But if the documents Qt mentioned the possibility of constructing their own DS Graph, why can not I do like this:
Code:
object = new Phonon:: MediaObject (this); object-> setCurrentSource (Phonon:: MediaSource ( "1.avi")); object2 = new Phonon:: MediaObject (this); object2-> setCurrentSource (Phonon:: MediaSource ( "1.wav")); Phonon:: createPath (object, object2); Phonon:: createPath (object, vw); vw = new Phonon:: VideoWidget (ui.widget);
It not working :mad:
Hi to all...
Im working on Embedded ARM. Initially i want to know how to install phonon module on Linux PC. Later on I want to compile for Embedded ARM architecture. Plz assist me how to do it...... What to download or in ./configure we need to change something. Once after supporting it i want to play some and video files. Please suggest me, it s urgent..