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 TranscodedVideo
TranscodedVideo. fromBlobAndInfo(String name, Blob blob, VideoInfo videoInfo)
Build aTranscodedVideo
from aname
, videoblob
and relatedvideoInfo
.static TranscodedVideo
TranscodedVideo. fromMapAndPosition(Map<String,Serializable> map, int position)
Build aTranscodedVideo
from aMap
of attributes and aposition
TranscodedVideo
VideoDocument. 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 theTranscodedVideo
s 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 TranscodedVideo
VideoDocumentAdapter. 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 void
RecomputeTranscodedVideosComputation. 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 TranscodedVideo
VideoService. convert(Video originalVideo, String conversionName)
Convert theoriginalVideo
using the givenconversionName
.TranscodedVideo
VideoServiceImpl. convert(Video originalVideo, String conversionName)
Methods in org.nuxeo.ecm.platform.video.service with parameters of type TranscodedVideo Modifier and Type Method Description protected void
VideoConversionWork. saveNewTranscodedVideo(DocumentModel doc, TranscodedVideo transcodedVideo)
-