[android-developers] Re: MediaRecorder create the file almost 10 seconds later after start recording

2010-10-26 Thread cindy
following is my code: mRecorder=null; mRecorder = new MediaRecorder(); mRecorder.setAudioSource(MediaRecorder.AudioSource.MIC); mRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP);

[android-developers] Re: MediaRecorder create the file almost 10 seconds later after start recording

2010-10-25 Thread Bret Foreman
Did you try calling flush() on the Stream? -- 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