Projects/Multimedia/Phonon: Difference between revisions
m (moved Projects/Phonon to Projects/Multimedia/Phonon) |
No edit summary |
||
Line 13: | Line 13: | ||
For the most detailed and up-to-date information on using phonon, have a look at [http://api.kde.org/kdesupport-api/kdesupport-apidocs/phonon-git/html/ the latest API documentation]. Several tutorials are also available: | For the most detailed and up-to-date information on using phonon, have a look at [http://api.kde.org/kdesupport-api/kdesupport-apidocs/phonon-git/html/ the latest API documentation]. Several tutorials are also available: | ||
* [[Development/Tutorials/Phonon/Introduction|Introduction to Phonon]] | <!--OLD:* [[Development/Tutorials/Phonon/Introduction|Introduction to Phonon]] --> | ||
* [[Development/Tutorials/Phonon/Simple Media Player|A Simple media player]] | |||
* [[Development/Tutorials/Debugging/Phonon|Debugging Phonon and Phonon-based applications]] | * [[Development/Tutorials/Debugging/Phonon|Debugging Phonon and Phonon-based applications]] | ||
In addition, numerous examples can be found inside the demos/ directory of the [https://projects.kde.org/projects/kdesupport/phonon/phonon/repository/revisions/master/show/demos phonon sources]. They are well-documented and provide the basis for the above tutorials. | |||
= Backends = | = Backends = |
Revision as of 03:04, 7 June 2011
Phonon is the Qt multimedia toolkit. It allows developers to add multimedia functionality to applications with minimal effort.
Features
- Works on Linux, OSX, *BSD, Windows, Meego, Maemo, and likely more
- Leverages pre-existing multimedia frameworks such as GStreamer, VLC, DirectShow, etc.
- Eliminates the need for developers to worry about installing codecs, managing pipelines, decoding to the proper format, learning XVideo or DirectShow, and more.
Documentation
For the most detailed and up-to-date information on using phonon, have a look at the latest API documentation. Several tutorials are also available:
In addition, numerous examples can be found inside the demos/ directory of the phonon sources. They are well-documented and provide the basis for the above tutorials.
Backends
To provide cross-platform support, Phonon is powered by various backend libraries. The stable backends are:
- GStreamer
- VLC
Other backends have been created in the past, however they are currently unmaintained and looking for developers:
- MPlayer
- Xine
- DirectShow
- QuickTime
Support
For general Phonon support, you can join the KDE-Multimedia mailing list. If you wish to join us in backend development, you might also want to subscribe to the phonon-backends list.
If you desire a more real-time support method, you can also hang out in #phonon on freenode.
Contributing
Phonon's source code is hosted on the KDE infrastructure and is available for viewing at projects.kde.org. It is recommended that you also join the kde-multimedia and phonon-backends mailing lists mentioned in the previous section. Finally, join us in #phonon on Freenode.
Our current developers:
- Harald Sitter (apachelogger), phonon master overlord, VLC backend developer
- Trever Fischer (tdfischer), GStreamer backend developer