Most of the media framework functionality is implemented as native C++ classes. I don't think you want to call the JNI functions directly. For example, mediaplayer.cpp implements the MediaPlayer class which is fairly similar to the Java MediaPlayer class (the JNI has a few adaptations required for Java).
Please bear in mind that the native API's are still in flux and we aren't guaranteeing backward compatibility. On Jan 21, 6:26 am, srini amul <[email protected]> wrote: > Is there any JNI API for media framework ? > > I would like to use media framework library from my own library which is in > C++. Hence i am looking for a JNI API interface for media framework. > > Thanks & Regards, > P.Sriniamul > > Add more friends to your messenger and enjoy! Go > tohttp://messenger.yahoo.com/invite/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
