Hello,<br><br>I've problems finding any API Documentation of Phonon. It seems as if <a href="http://api.kde.org">api.kde.org</a> has several broken links and other strange behaviour:<br>1.) <a href="http://phonon.kde.org">phonon.kde.org</a> seems to have just a mainpage, no documentation<br>
2.) on <a href="http://api.kde.org">api.kde.org</a>, when I want to view the phonon documentation, I just get the kdelibs main documentation page. There, I can't find anything else than a lot of broken links<br>3.) On the components page, pressing "Classes" at Phonon -> broken link.<br>
<br>Is there any reasonable documentaiton for phonon, for "users", means a API reference? I wanted to look up a few problems I have with JuK (crossfadeToFile is triggered by phonons aboutToFinish as it seems, and Phonon::State changes to stopped while playing).<br>
Also I'm not sure about if i get the phonon state stopped by the right Phonon::MediaObject. In JuK, there's a line disconnecting the current mediaobject (using mo->disconnect(this)), creating a new one afterwards. I'm still receiving the stopped signal (Phonon::StoppedState triggered by stateChanged), and would like to know which phonon object triggered that, and why it was triggered.<br>
<br>Furthermore, aboutToFinish is emitted short before stopped, means both are emited in less than a second. Therefore, using this as  a trigger for crossfadeToFile isn't quite the best choice - the question is if that's as intended in this case.<br>
<br>Any hints?<br><br>Kind regards,<br>Georg<br>