Class MediaHelper
- java.lang.Object
-
- org.silverpeas.mobile.server.helpers.MediaHelper
-
public class MediaHelper extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
DIR_UPLOAD
-
Constructor Summary
Constructors Constructor Description MediaHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
cleanTemporaryFiles(String uuid)
static String
getTemporaryUploadMediaPath()
static File
optimizeVideoForWeb(File f)
static File
optimizeVideoForWeb(File f, String uuid)
-
-
-
Field Detail
-
DIR_UPLOAD
public static final String DIR_UPLOAD
- See Also:
- Constant Field Values
-
-