blob: 17f2bfa9c3ee37ed7a301b48b51c2b49bb9bfb4f (
plain)
1
2
3
4
5
6
|
Phonon is the Multimedia API for KDE and QT.
In Phonon there are three main concepts: MediaObjects, Paths and Outputs.
The MediaObjects control the playback/capture and provide the media data.
MediaObjects can be connected to Outputs using Path objects which also
allow the insertion of Effect objects between MediaObject and Output.
|