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 theTranscodedVideo
s for thisVideoDocument
.getVideo()
Returns the mainVideo
of thisVideoDocument
.
-
Method Details
-
getVideo
Video getVideo()Returns the mainVideo
of thisVideoDocument
. -
getTranscodedVideos
Collection<TranscodedVideo> getTranscodedVideos()Returns all theTranscodedVideo
s for thisVideoDocument
. -
getTranscodedVideo
-