Hi everybody, I'd like to know the meaning of error's code in
MediaRecorder. Sometimes the application launch a 802 or 803 number
error, I did not see the meaning of this number in the API of this
class. Only this codes are included on API:

public static final int MEDIA_RECORDER_INFO_UNKNOWN = 1;

public static final int MEDIA_RECORDER_INFO_MAX_DURATION_REACHED =
800;

public static final int MEDIA_RECORDER_INFO_MAX_FILESIZE_REACHED =
801;

What's the meaning of a 802 or 803 error? This codes were caught in
onInfo method:

public void onInfo(MediaRecorder mr, int what, int extra) {};



Att,
Carlos Maciel.

-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to