|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Video | |
---|---|
com.silverpeas.gallery | |
com.silverpeas.gallery.model | |
com.silverpeas.gallery.web |
Uses of Video in com.silverpeas.gallery |
---|
Methods in com.silverpeas.gallery with parameters of type Video | |
---|---|
static void |
MediaHelper.processVideo(org.silverpeas.process.io.file.FileHandler fileHandler,
Video video,
File uploadedFile)
Saves uploaded video file on file system (In case of drag And Drop upload) |
static void |
MediaHelper.processVideo(org.silverpeas.process.io.file.FileHandler fileHandler,
Video video,
org.apache.commons.fileupload.FileItem fileItem)
Saves uploaded video file on file system |
Uses of Video in com.silverpeas.gallery.model |
---|
Methods in com.silverpeas.gallery.model that return Video | |
---|---|
Video |
Media.getVideo()
Gets the video instance if type of the current media is MediaType.Video . |
Uses of Video in com.silverpeas.gallery.web |
---|
Methods in com.silverpeas.gallery.web with parameters of type Video | |
---|---|
static VideoEntity |
VideoEntity.createFrom(Video video)
Creates a new video entity from the specified video. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |