When I start to record a video, I have to call "mediaRecorder.setOutputFile(filepath)". When I later stop recording, I can report that the video is recorded, but it would be nice to know at the point of stopping the recording what the output file path was. As I have the "mediaRecorder" there, you'd think I would be able to call "getOutputFile()" on it, but that method doesn't exist. I can of course create an activity instance variable to hold this, but it just seems odd that I would have to do that.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/9cf9cf17-b426-444d-90a4-651dd9cdaaae%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

