Hi, my current understanding is the following : Since Android 2.2 : • Media framework changes o New media framework (Stagefright) that supports local file playback and HTTP progressive streaming o Continued support for OpenCore in Android 2.2 Since Android 2.3: • AMR WB and AAC support by Stagefright media framework (cf. 2.3 Android source code) • but this support is not exposed through the SDK, correct ?
Is there some native call we can make to have acces to stagefright capabilities directly ? On 5 jan, 10:04, Wingnut <[email protected]> wrote: > Since they're listed as core media > formats,http://developer.android.com/guide/appendix/media-formats.html#core > > and the release notes state that a software encoder is > available,http://developer.android.com/sdk/android-2.3-highlights.html > > I can't see how to actually use > themhttp://developer.android.com/reference/android/media/MediaRecorder.htmlhttp://developer.android.com/reference/android/media/MediaRecorder.Au... > > MediaRecorder recorder = new MediaRecorder(); > recorder.setAudioSource(MediaRecorder.AudioSource.MIC); > recorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); > recorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB); > > How are the encoders exposed? Are they? Is the documentation finished > yet?? Did I miss something? -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

