Retrieve default camera video extension from Windows Mobile
        Posted  
        
            by kornelijepetak
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by kornelijepetak
        
        
        
        Published on 2010-05-11T17:50:54Z
        Indexed on 
            2010/05/11
            17:54 UTC
        
        
        Read the original article
        Hit count: 419
        
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?
© Stack Overflow or respective owner