This is incorrect. As I stated previously, there are already multiple types of media players inside the media server. If you want to replace OpenCore, you replace every reference to PVPlayer in the MediaPlayerService with your own player. It's actually fairly simple. The difficult part is getting the MediaPlayerInterface correct and integrating with the hardware layer (audio and video sinks).
On Feb 20, 9:02 am, Paranoia <[email protected]> wrote: > just read the code. it's not too difficult. > but you have to replace the whole mediaserver, if you want to replace > the opencore > > On Feb 21, 12:01 am, scs sek <[email protected]> wrote: > > > This can be partially reused for the application, Is there any > > document for platform interface? > > On 2/20/09, Dave Sparks <[email protected]> wrote: > > > > There is a well-defined interface for new media players. There are > > > already 3 players in Android: OpenCore, Vorbis, and MIDI. They each > > > implement MediaPlayerInterface. > > > > On Feb 19, 11:26 pm, jerand <[email protected]> wrote: > > >> are there any well-defined interfaces on how the android's app > > >> framework and open core interact? if so, is there any document for the > > >> same.Like > > >> Androids app framework ||| media interface ||| some media framework > > >> ||| platform interface ||| platform > > > >> or should new wrappers be written to map to player app of the > > >> application framework layer if am going to use the already added apps > > >> like player or recorder ? > > > >> one more approach could be to develop a new player app which uses the > > >> new framework, pack it and add to the app framework. > > > >> Basically I would like to know of the standard media interfaces for > > >> native android applications like player/ recorded !!! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
