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 VideoInfo
VideoInfo.EMPTY_INFO
protected final VideoInfo
Video.videoInfo
Methods in org.nuxeo.ecm.platform.video that return VideoInfoModifier and TypeMethodDescriptionstatic VideoInfo
VideoInfo.fromFFmpegOutput
(List<String> output) Build aVideoInfo
from a FFmpeg output.static VideoInfo
VideoInfo.fromMap
(Map<String, Serializable> map) Build aVideoInfo
from aMap
of attributes.Video.getVideoInfo()
Returns theVideoInfo
for thisVideo
.static VideoInfo
VideoHelper.getVideoInfo
(Blob video) Methods in org.nuxeo.ecm.platform.video with parameters of type VideoInfoModifier and TypeMethodDescriptionstatic TranscodedVideo
TranscodedVideo.fromBlobAndInfo
(String name, Blob blob, VideoInfo videoInfo) Build aTranscodedVideo
from aname
, videoblob
and relatedvideoInfo
.static Video
Video.fromBlobAndInfo
(Blob blob, VideoInfo videoInfo) Build aVideo
from a videoblob
and the relatedvideoInfo
.Constructors in org.nuxeo.ecm.platform.video with parameters of type VideoInfo