Class VideoController
-
- All Implemented Interfaces:
public class VideoController
-
-
Method Summary
Modifier and Type Method Description static VideoController
getInstance()
static void
copyFile(File src, File dst)
boolean
convertVideo(String sourcePath, String destinationPath, SlimProgressListener listener)
不支持content和file,请转换后再使用 -
-
Method Detail
-
getInstance
static VideoController getInstance()
-
copyFile
static void copyFile(File src, File dst)
-
convertVideo
boolean convertVideo(String sourcePath, String destinationPath, SlimProgressListener listener)
不支持content和file,请转换后再使用
- Parameters:
sourcePath
- the source uri for the file as perdestinationPath
- the destination directory where compressed video is eventually saved
-
-
-
-