[android-developers] Re: how to use AmrInputStream

2010-11-29 Thread elik
I got it working by copying the source to my own project. make sure
you leave it is android.media. Because of jni naming convention it
wont bind correctly unless it is in this package.

On Nov 2, 12:24 am, cindy ypu01...@yahoo.com wrote:
 I copy the AmrInputStream.java to my application. It can compile,
 however, it can't run. Do you have any suggestion on how to make
 AmrInputStream work?

 Thanks!

 Cindy

 On Oct 7, 5:37 pm, Mark Murphy mmur...@commonsware.com wrote:

  On Thu, Oct 7, 2010 at 8:35 PM, cindy ypu01...@yahoo.com wrote:
   But you can't import the class into your code:
   import android.media.AmrInputStream.
   I think android simulator doesn't have this class. Am I correct?

  It is not part of the Android SDK. It is part of the firmware.

  --
  Mark Murphy (a Commons 
  Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

  Android Training...At Your Office:http://commonsware.com/training



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: how to use AmrInputStream

2010-11-29 Thread elik
I got it working by copying the source to my own project. make sure
you leave it is android.media. Because of jni naming convention it
wont bind correctly unless it is in this package.

why was this class removed?

On Nov 2, 12:24 am, cindy ypu01...@yahoo.com wrote:
 I copy the AmrInputStream.java to my application. It can compile,
 however, it can't run. Do you have any suggestion on how to make
 AmrInputStream work?

 Thanks!

 Cindy

 On Oct 7, 5:37 pm, Mark Murphy mmur...@commonsware.com wrote:

  On Thu, Oct 7, 2010 at 8:35 PM, cindy ypu01...@yahoo.com wrote:
   But you can't import the class into your code:
   import android.media.AmrInputStream.
   I think android simulator doesn't have this class. Am I correct?

  It is not part of the Android SDK. It is part of the firmware.

  --
  Mark Murphy (a Commons 
  Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

  Android Training...At Your Office:http://commonsware.com/training



-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: how to use AmrInputStream

2010-11-01 Thread cindy
I copy the AmrInputStream.java to my application. It can compile,
however, it can't run. Do you have any suggestion on how to make
AmrInputStream work?

Thanks!

Cindy

On Oct 7, 5:37 pm, Mark Murphy mmur...@commonsware.com wrote:
 On Thu, Oct 7, 2010 at 8:35 PM, cindy ypu01...@yahoo.com wrote:
  But you can't import the class into your code:
  import android.media.AmrInputStream.
  I think android simulator doesn't have this class. Am I correct?

 It is not part of the Android SDK. It is part of the firmware.

 --
 Mark Murphy (a Commons 
 Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy

 Android Training...At Your Office:http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: how to use AmrInputStream

2010-10-07 Thread DanH
http://hi-android.info/src/android/media/AmrInputStream.java.html

On Oct 7, 4:18 pm, cindy ypu01...@yahoo.com wrote:
 I can find the document of AmrInputStream, How could I use it?

 Thanks!

 Cindy

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: how to use AmrInputStream

2010-10-07 Thread cindy
But you can't import the class into your code:
import android.media.AmrInputStream.
I think android simulator doesn't have this class. Am I correct?

On Oct 7, 5:15 pm, DanH danhi...@ieee.org wrote:
 http://hi-android.info/src/android/media/AmrInputStream.java.html

 On Oct 7, 4:18 pm, cindy ypu01...@yahoo.com wrote:

  I can find the document of AmrInputStream, How could I use it?

  Thanks!

  Cindy

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: how to use AmrInputStream

2010-10-07 Thread Mark Murphy
On Thu, Oct 7, 2010 at 8:35 PM, cindy ypu01...@yahoo.com wrote:
 But you can't import the class into your code:
 import android.media.AmrInputStream.
 I think android simulator doesn't have this class. Am I correct?

It is not part of the Android SDK. It is part of the firmware.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training...At Your Office: http://commonsware.com/training

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en