public interface VideoDocument
Gives access to the videos and related info stored in the underlying document.
Modifier and Type | Method and Description |
---|---|
TranscodedVideo |
getTranscodedVideo(String name)
|
Collection<TranscodedVideo> |
getTranscodedVideos()
Returns all the
TranscodedVideo s for this VideoDocument . |
Video |
getVideo()
Returns the main
Video of this VideoDocument . |
Collection<TranscodedVideo> getTranscodedVideos()
TranscodedVideo
s for this VideoDocument
.TranscodedVideo getTranscodedVideo(String name)
Copyright © 2013 Nuxeo SA. All Rights Reserved.