Package org.nuxeo.ecm.platform.video
Interface VideoDocument
- All Known Implementing Classes:
VideoDocumentAdapter
public interface VideoDocument
Interface for document adapter wrapping a Video document.
Gives access to the videos and related info stored in the underlying document.
- Since:
- 5.5
- Author:
- Thomas Roger
-
Method Summary
Modifier and TypeMethodDescriptiongetTranscodedVideo(String name) Returns all theTranscodedVideos for thisVideoDocument.getVideo()Returns the mainVideoof thisVideoDocument.
-
Method Details
-
getVideo
Video getVideo()Returns the mainVideoof thisVideoDocument. -
getTranscodedVideos
Collection<TranscodedVideo> getTranscodedVideos()Returns all theTranscodedVideos for thisVideoDocument. -
getTranscodedVideo
-