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 VideoInfo
VideoInfo. EMPTY_INFO
protected VideoInfo
Video. videoInfo
Methods in org.nuxeo.ecm.platform.video that return VideoInfo Modifier and Type Method Description static 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.VideoInfo
Video. getVideoInfo()
Returns theVideoInfo
for thisVideo
.static VideoInfo
VideoHelper. getVideoInfo(Blob video)
Methods in org.nuxeo.ecm.platform.video with parameters of type VideoInfo Modifier and Type Method Description static 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 Constructor Description Video(Blob blob, VideoInfo videoInfo)
-