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
TranscodedVideos for this VideoDocument. |
Video |
getVideo()
Returns the main
Video of this VideoDocument. |
Collection<TranscodedVideo> getTranscodedVideos()
TranscodedVideos for this VideoDocument.TranscodedVideo getTranscodedVideo(String name)
Copyright © 2014 Nuxeo SA. All rights reserved.