views:

32

answers:

0

Is there any way to find out what is the default video extension for camera application?

I am using CameraCaptureDialog to make the user use the camera and save the image to a specific file which then I consume in the application. However, there is a problem with the videos. Emulator gives .wmv video file while some devices I've been testing save to mp4 format.

Is there any reliable way to find out what is the format in which the phone that is running the application saves the file?