Uses of Class
org.nuxeo.ecm.platform.video.VideoInfo
-
Packages that use VideoInfo Package Description org.nuxeo.ecm.platform.video -
-
Uses of VideoInfo in org.nuxeo.ecm.platform.video
Fields in org.nuxeo.ecm.platform.video declared as VideoInfo Modifier and Type Field Description static VideoInfoVideoInfo. EMPTY_INFOprotected VideoInfoVideo. videoInfoMethods in org.nuxeo.ecm.platform.video that return VideoInfo Modifier and Type Method Description static VideoInfoVideoInfo. fromFFmpegOutput(List<String> output)Build aVideoInfofrom a FFmpeg output.static VideoInfoVideoInfo. fromMap(Map<String,Serializable> map)Build aVideoInfofrom aMapof attributes.VideoInfoVideo. getVideoInfo()Returns theVideoInfofor thisVideo.static VideoInfoVideoHelper. getVideoInfo(Blob video)Methods in org.nuxeo.ecm.platform.video with parameters of type VideoInfo Modifier and Type Method Description static TranscodedVideoTranscodedVideo. fromBlobAndInfo(String name, Blob blob, VideoInfo videoInfo)Build aTranscodedVideofrom aname, videobloband relatedvideoInfo.static VideoVideo. fromBlobAndInfo(Blob blob, VideoInfo videoInfo)Build aVideofrom a videobloband the relatedvideoInfo.Constructors in org.nuxeo.ecm.platform.video with parameters of type VideoInfo Constructor Description Video(Blob blob, VideoInfo videoInfo)
-