Uses of Class
org.nuxeo.ecm.platform.video.Stream
-
Packages that use Stream Package Description org.nuxeo.ecm.platform.video -
-
Uses of Stream in org.nuxeo.ecm.platform.video
Methods in org.nuxeo.ecm.platform.video that return Stream Modifier and Type Method Description static Stream
Stream. fromMap(Map<String,Serializable> m)
Build aStream
from aMap
of attributes.Methods in org.nuxeo.ecm.platform.video that return types with arguments of type Stream Modifier and Type Method Description List<Stream>
Video. getStreams()
Returns all theStream
s of thisVideo
.List<Stream>
VideoInfo. getStreams()
Returns all theStream
s of the video.
-