Class VideoController
-
- All Implemented Interfaces:
public class VideoController
-
-
Method Summary
Modifier and Type Method Description static VideoControllergetInstance()static voidcopyFile(File src, File dst)booleanconvertVideo(String sourcePath, String destinationPath, SlimProgressListener listener)Does not support content:// and file:// schemes, please convert before using -
-
Method Detail
-
getInstance
static VideoController getInstance()
-
copyFile
static void copyFile(File src, File dst)
-
convertVideo
boolean convertVideo(String sourcePath, String destinationPath, SlimProgressListener listener)
Does not support content:// and file:// schemes, please convert before using
- Parameters:
sourcePath- the source uri for the file as perdestinationPath- the destination directory where compressed video is eventually saved
-
-
-
-