Class VideoDocumentAdapter
java.lang.Object
org.nuxeo.ecm.platform.video.adapter.VideoDocumentAdapter
- All Implemented Interfaces:
VideoDocument
Default implementation of
VideoDocument.- Since:
- 5.5
- Author:
- Thomas Roger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTranscodedVideo(String name) Returns all theTranscodedVideos for thisVideoDocument.getVideo()Returns the mainVideoof thisVideoDocument.
-
Constructor Details
-
VideoDocumentAdapter
-
-
Method Details
-
getVideo
Description copied from interface:VideoDocumentReturns the mainVideoof thisVideoDocument.- Specified by:
getVideoin interfaceVideoDocument
-
getTranscodedVideos
Description copied from interface:VideoDocumentReturns all theTranscodedVideos for thisVideoDocument.- Specified by:
getTranscodedVideosin interfaceVideoDocument
-
getTranscodedVideo
Description copied from interface:VideoDocument- Specified by:
getTranscodedVideoin interfaceVideoDocument
-