Re: [android-developers] Custom MediaPlayer Interface Thru JNI

2010-03-11 Thread kavitha
Hi Sandeep, even I am thinking to make a similar mediaplayer. Please tell how you achieved it? cygwin is needed for using JNI? and how to proceed. Thanks kavitha On Fri, Mar 12, 2010 at 11:07 AM, Sandeep Prakash <123sa...@gmail.com>wrote: > Hi All, > > I was trying to mimic the MediaPlayer J

[android-developers] Custom MediaPlayer Interface Thru JNI

2010-03-11 Thread Sandeep Prakash
Hi All, I was trying to mimic the MediaPlayer Java interface provided by the Android Framework by writing a similar Java-JNI layers. I have found one observation regarding this. case 1: The Java layer is very similar to the MediaPlayer.java code. But on the JNI side, I am creating a thread ("pthr