Uses of Class
org.nuxeo.ecm.platform.video.TranscodedVideo
Packages that use TranscodedVideo
Package
Description
-
Uses of TranscodedVideo in org.nuxeo.ecm.platform.video
Methods in org.nuxeo.ecm.platform.video that return TranscodedVideoModifier and TypeMethodDescriptionstatic 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
VideoDocument.getTranscodedVideo
(String name) Methods in org.nuxeo.ecm.platform.video that return types with arguments of type TranscodedVideoModifier and TypeMethodDescriptionVideoDocument.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 TranscodedVideoMethods in org.nuxeo.ecm.platform.video.adapter that return types with arguments of type TranscodedVideo -
Uses of TranscodedVideo in org.nuxeo.ecm.platform.video.computation
Methods in org.nuxeo.ecm.platform.video.computation with parameters of type TranscodedVideoModifier and TypeMethodDescriptionprotected 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 TranscodedVideoModifier and TypeMethodDescriptionConvert theoriginalVideo
using the givenconversionName
.Methods in org.nuxeo.ecm.platform.video.service with parameters of type TranscodedVideoModifier and TypeMethodDescriptionprotected void
VideoConversionWork.saveNewTranscodedVideo
(DocumentModel doc, TranscodedVideo transcodedVideo)