Back to project page Android-Media-Helper.
The source code is released under:
Apache License
If you think the Android project Android-Media-Helper listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package mobi.sherif.imageuploader; class DefaultVideoFileCreator extends DefaultFileCreator { public DefaultVideoFileCreator( ) { super("mp4"); } }