[Qt-jambi-interest] How to use Phonon module? Exmples?
Luis Gonzalez
ghempresa at hotmail.com
Wed Jul 16 20:21:26 CEST 2008
>> http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/MediaObject.html
>> http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/MediaSource.html
>> http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/Path.html
>> http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/VideoPlayer.html
>> http://doc.trolltech.com/qtjambi-4.4/html/com/trolltech/qt/phonon/VideoWidget.html
>> .........
>>
>> Although , not all of these objects are present in QtJambi Phonon package.
>>
>
> Hi, Luis.
>
> What do you mean by this? All the classes you have listed above are
> available in the qtjambi-4.4.0_01.jar file in the Qt Jambi bundle.
>
Hi Eskil ,
I mean about MediaObject because i can't do MediaObject mediaObject = new MediaObject(this);
>>
>> Phonon.MediaObject mediaObject = new Phonon.MediaObject(this);
>>
>> But i can't do new Phonon.MediaObject(this)
>>
>
> MediaObject is a class inside the com.trolltech.qt.phonon package:
>
> import com.trolltech.qt.phonon.*;
>
> /* ... */
>
> MediaObject mediaObject = new MediaObject(this);
>
>>
>>
>> Someone have examples of how to use Phonon in QtJambi?
>>
>>
>
> Unfortunately not all the documentation has been ported from C++ to Java
> yet, as this is a very time consuming job. It is however being worked on.
>
> For examples on how to use Phonon, you can take a look at the source
> code for the examples MusicPlayer and MediaPlayer. The latter uses
> Phonon for playing video like you ask.
>
These examples are too complex for me to begin using Phonon module.
Anyone knows how to show Video into QFrame using Phonon?
_________________________________________________________________
Explore the seven wonders of the world
http://search.msn.com/results.aspx?q=7+wonders+world&mkt=en-US&form=QBRE
More information about the Qt-jambi-interest
mailing list