Uses of Class
org.nuxeo.ecm.platform.video.Video
-
Packages that use Video Package Description org.nuxeo.ecm.platform.video org.nuxeo.ecm.platform.video.adapter org.nuxeo.ecm.platform.video.service -
-
Uses of Video in org.nuxeo.ecm.platform.video
Subclasses of Video in org.nuxeo.ecm.platform.video Modifier and Type Class Description class
TranscodedVideo
Object wrapping a transcoded video and relatedVideoInfo
.Methods in org.nuxeo.ecm.platform.video that return Video Modifier and Type Method Description static Video
Video. fromBlobAndInfo(Blob blob, VideoInfo videoInfo)
Build aVideo
from a videoblob
and the relatedvideoInfo
.Video
VideoDocument. getVideo()
Returns the mainVideo
of thisVideoDocument
. -
Uses of Video in org.nuxeo.ecm.platform.video.adapter
Methods in org.nuxeo.ecm.platform.video.adapter that return Video Modifier and Type Method Description Video
VideoDocumentAdapter. getVideo()
-
Uses of Video in org.nuxeo.ecm.platform.video.service
Methods in org.nuxeo.ecm.platform.video.service that return Video Modifier and Type Method Description protected Video
VideoConversionWork. getVideoToConvert(DocumentModel doc)
Methods in org.nuxeo.ecm.platform.video.service with parameters of type Video Modifier and Type Method Description TranscodedVideo
VideoService. convert(Video originalVideo, String conversionName)
Convert theoriginalVideo
using the givenconversionName
.TranscodedVideo
VideoServiceImpl. convert(Video originalVideo, String conversionName)
-