Please refer to opencore/README that lists the code organization in terms of directory structure.
The player engine code is at opencore/engines/player/... -Ravi On Dec 11, 1:01 pm, chetan <[EMAIL PROTECTED]> wrote: > Thanks for replying Ravi. > > Where can I find the PV player engine source code which instantiates > the mp3 parser node? I want to understand what services(APIs) the PV > player engine expects from the mp3 parser node. > > Regards, > Chetan > > On Dec 11, 12:29 pm, rktb <[EMAIL PROTECTED]> wrote: > > > It should be possible. > > > The interaction between various components in PV framework is done via > > nodes. There is a node even for the mp3 parser. Please look at nodes/ > > pvmp3ffparsernode/... You would have to replace this node with yours, > > or make changes to this node to integrate your parser. > > > -Ravi > > > On Dec 11, 11:14 am, chetan <[EMAIL PROTECTED]> wrote: > > > > Hello all, > > > > Is it possible to replace the PVMF mp3 parser with my own mp3 parser? > > > The decoder would still be of PVMF. If so, what is the procedure to do > > > so? I need to do this to understand 'clearly' the data flow in the > > > PVMF during a media playback. > > > > Thanks a lot in advance > > > > Regards > > > Chetan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
