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 classTranscodedVideoObject wrapping a transcoded video and relatedVideoInfo.Methods in org.nuxeo.ecm.platform.video that return Video Modifier and Type Method Description static VideoVideo. fromBlobAndInfo(Blob blob, VideoInfo videoInfo)Build aVideofrom a videobloband the relatedvideoInfo.VideoVideoDocument. getVideo()Returns the mainVideoof 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 VideoVideoDocumentAdapter. 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 VideoVideoConversionWork. getVideoToConvert(DocumentModel doc)Methods in org.nuxeo.ecm.platform.video.service with parameters of type Video Modifier and Type Method Description TranscodedVideoVideoService. convert(Video originalVideo, String conversionName)Convert theoriginalVideousing the givenconversionName.TranscodedVideoVideoServiceImpl. convert(Video originalVideo, String conversionName)
-