Thanks for your response..

one more question, to which I think the answer is no:

If I write my own JNI code to access the phone's encoders, would I be
able to run it? Or does the Android virtual machine prohibit JNI-
supporting native code?
For example, I'm thinking to write a shared object (.so), put it in a
jar file, figure out how to deploy that jar into an Android app, then
at run-time unpack the .jar and link-to and execute the shared object
code. It is on Linux after all.

(sorry if that was a dumb question =)

Thanks!!

On Apr 16, 1:24 pm, Dave Sparks <davidspa...@android.com> wrote:
> No, this would be impractical to do in Java.
>
> On Apr 15, 11:16 pm,Sheado<chad...@gmail.com> wrote:
>
> > Howdy,
>
> > Does anybody know of a way to directly access the Video Encoders
> > provided by the (android.media.MediaRecorder) API? I'd like to make
> > changes to the raw camera data "before" it gets encoded.
>
> > Thanks in advance!!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to