Uses of Class
org.nuxeo.ecm.platform.video.VideoInfo
Packages that use VideoInfo
-
Uses of VideoInfo in org.nuxeo.ecm.platform.video
Fields in org.nuxeo.ecm.platform.video declared as VideoInfoModifier and TypeFieldDescriptionstatic final VideoInfoVideoInfo.EMPTY_INFOprotected final VideoInfoVideo.videoInfoMethods in org.nuxeo.ecm.platform.video that return VideoInfoModifier and TypeMethodDescriptionstatic VideoInfoVideoInfo.fromFFmpegOutput(List<String> output) Build aVideoInfofrom a FFmpeg output.static VideoInfoVideoInfo.fromMap(Map<String, Serializable> map) Build aVideoInfofrom aMapof attributes.Video.getVideoInfo()Returns theVideoInfofor thisVideo.static VideoInfoVideoHelper.getVideoInfo(Blob video) Methods in org.nuxeo.ecm.platform.video with parameters of type VideoInfoModifier and TypeMethodDescriptionstatic 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