From kde-multimedia Thu Mar 27 17:39:24 2008 From: "Ian Monroe" Date: Thu, 27 Mar 2008 17:39:24 +0000 To: kde-multimedia Subject: backend hacks was: Re: Choosing a Phonon backend Message-Id: X-MARC-Message: https://marc.info/?l=kde-multimedia&m=120663960520654 On Thu, Mar 27, 2008 at 12:23 PM, Tanguy Krotoff wrote: > btw, I checked Dragon Player source code quickly and you use sometimes > directly xine.h, why is that? This is how phonon-xine solves the "How can I simply extend Phonon API?" question that you asked earlier. Phonon-xine makes available a void* to one of its important libxine datastructures using Qt's property system. So I was able to use audio and subtitle channels selection before it was part of the phonon api by calling the relevant libxine functions on it. I currently only use it for opening DVD menu, which is why I want to add menu selection to the phonon api as well. Ian _______________________________________________ kde-multimedia mailing list kde-multimedia@kde.org https://mail.kde.org/mailman/listinfo/kde-multimedia