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
-
Method Summary
Modifier and TypeMethodDescriptiongetTranscodedVideo
(String name) Returns all theTranscodedVideo
s for thisVideoDocument
.getVideo()
Returns the mainVideo
of thisVideoDocument
.
-
Constructor Details
-
VideoDocumentAdapter
-
-
Method Details
-
getVideo
Description copied from interface:VideoDocument
Returns the mainVideo
of thisVideoDocument
.- Specified by:
getVideo
in interfaceVideoDocument
-
getTranscodedVideos
Description copied from interface:VideoDocument
Returns all theTranscodedVideo
s for thisVideoDocument
.- Specified by:
getTranscodedVideos
in interfaceVideoDocument
-
getTranscodedVideo
Description copied from interface:VideoDocument
- Specified by:
getTranscodedVideo
in interfaceVideoDocument
-