It is still in Android tree. But it is not in Android SDK provided by
google. Does anyone know why?
On Nov 3, 11:48 pm, Russell Tillitt <
russ...@embeemobile.com> wrote:
> I don't know if its still used, but in earlier versions of Android, the
> AmrInputStream class utilized an existing JNI wrapper, which might still
> be around
>
> public final class AmrInputStream extends InputStream
> {
>
> static
> {
> System.loadLibrary("media_jni");
> }
>
> ...
>
> }
>
> rt
>
> On 11/3/2010 11:14 PM, mic _ wrote:
>
>
>
> > Probably depends on the vendor, but on some devices you might find an
> > OMX component named something like libomxamrenc.so. You'll have to
> > search elsewhere for info on how to use it though, since it's not
> > something that's part of the NDK.
>
> > /Michael
>
> > On Wed, Nov 3, 2010 at 11:20 PM, cindy <
ypu01...@yahoo.com
> > <mailto:
ypu01...@yahoo.com>> wrote:
>
> > MediaRecorder creates AMR-NB audio file. What is the codec it used?
> > can I use the same codec and how?
>
> > Thanks!
>
> > Cindy
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "android-ndk" group.
> > To post to this group, send email to
andro...@googlegroups.com