Phonon: Difference between revisions

    From KDE TechBase
    No edit summary
    Line 1: Line 1:
    These tutorials are now under construction, please be patient.
    =Introduction=
    =Introduction=
    The following is based on the documentation available here.
    The following is based on the documentation available here.
    [http://www.englishbreakfastnetwork.org/apidocs/apidox-kde-4.0/kdelibs-apidocs/phonon/html/index.html Phonon API]
    [http://www.englishbreakfastnetwork.org/apidocs/apidox-kde-4.0/kdelibs-apidocs/phonon/html/index.html Phonon API]
    Getting involved with Phonon consists in three different main tasks.
    * '''Using the Phonon API''', which allows you to develop your own multimedia application.
    * '''Hacking the Phonon library''' (try to develop more this topic).


    * '''Writing Phonon backend''' :  This consists in writing interfaces that allows Phonon to use different sound/video engine. This usually requires good skills and knowledge of the engine you interface.
    By the way the beginners will probably be interested by the first task.


    [[Category:KDE4]]
    [[Category:KDE4]]
    [[Category:Phonon]]
    [[Category:Phonon]]

    Revision as of 10:52, 1 March 2007

    These tutorials are now under construction, please be patient.

    Introduction

    The following is based on the documentation available here. Phonon API Getting involved with Phonon consists in three different main tasks.

    • Using the Phonon API, which allows you to develop your own multimedia application.
    • Hacking the Phonon library (try to develop more this topic).
    • Writing Phonon backend : This consists in writing interfaces that allows Phonon to use different sound/video engine. This usually requires good skills and knowledge of the engine you interface.

    By the way the beginners will probably be interested by the first task.