Uses of Class
org.nuxeo.ecm.platform.video.TranscodedVideo
-
Packages that use TranscodedVideo Package Description org.nuxeo.ecm.platform.video org.nuxeo.ecm.platform.video.adapter org.nuxeo.ecm.platform.video.computation org.nuxeo.ecm.platform.video.service -
-
Uses of TranscodedVideo in org.nuxeo.ecm.platform.video
Methods in org.nuxeo.ecm.platform.video that return TranscodedVideo Modifier and Type Method Description static TranscodedVideoTranscodedVideo. fromBlobAndInfo(String name, Blob blob, VideoInfo videoInfo)Build aTranscodedVideofrom aname, videobloband relatedvideoInfo.static TranscodedVideoTranscodedVideo. fromMapAndPosition(Map<String,Serializable> map, int position)Build aTranscodedVideofrom aMapof attributes and apositionTranscodedVideoVideoDocument. getTranscodedVideo(String name)Methods in org.nuxeo.ecm.platform.video that return types with arguments of type TranscodedVideo Modifier and Type Method Description Collection<TranscodedVideo>VideoDocument. getTranscodedVideos()Returns all theTranscodedVideos for thisVideoDocument. -
Uses of TranscodedVideo in org.nuxeo.ecm.platform.video.adapter
Methods in org.nuxeo.ecm.platform.video.adapter that return TranscodedVideo Modifier and Type Method Description TranscodedVideoVideoDocumentAdapter. getTranscodedVideo(String name)Methods in org.nuxeo.ecm.platform.video.adapter that return types with arguments of type TranscodedVideo Modifier and Type Method Description Collection<TranscodedVideo>VideoDocumentAdapter. getTranscodedVideos() -
Uses of TranscodedVideo in org.nuxeo.ecm.platform.video.computation
Methods in org.nuxeo.ecm.platform.video.computation with parameters of type TranscodedVideo Modifier and Type Method Description protected voidRecomputeTranscodedVideosComputation. saveRendition(CoreSession session, IdRef docId, String conversionName, TranscodedVideo transcodedVideo) -
Uses of TranscodedVideo in org.nuxeo.ecm.platform.video.service
Methods in org.nuxeo.ecm.platform.video.service that return TranscodedVideo Modifier and Type Method Description TranscodedVideoVideoService. convert(Video originalVideo, String conversionName)Convert theoriginalVideousing the givenconversionName.TranscodedVideoVideoServiceImpl. convert(Video originalVideo, String conversionName)Methods in org.nuxeo.ecm.platform.video.service with parameters of type TranscodedVideo Modifier and Type Method Description protected voidVideoConversionWork. saveNewTranscodedVideo(DocumentModel doc, TranscodedVideo transcodedVideo)
-