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 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 apositionVideoDocument.getTranscodedVideo(String name) Methods in org.nuxeo.ecm.platform.video that return types with arguments of type TranscodedVideoModifier and TypeMethodDescriptionVideoDocument.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 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 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 TranscodedVideoModifier and TypeMethodDescriptionConvert theoriginalVideousing the givenconversionName.Methods in org.nuxeo.ecm.platform.video.service with parameters of type TranscodedVideoModifier and TypeMethodDescriptionprotected voidVideoConversionWork.saveNewTranscodedVideo(DocumentModel doc, TranscodedVideo transcodedVideo)