Package | Description |
---|---|
org.nuxeo.ecm.platform.video | |
org.nuxeo.ecm.platform.video.adapter | |
org.nuxeo.ecm.platform.video.service |
Modifier and Type | Class and Description |
---|---|
class |
TranscodedVideo
Object wrapping a transcoded video and related
VideoInfo . |
Modifier and Type | Method and Description |
---|---|
static Video |
Video.fromBlobAndInfo(Blob blob,
VideoInfo videoInfo)
Build a
Video from a video blob and the related videoInfo . |
Video |
VideoDocument.getVideo()
Returns the main
Video of this VideoDocument . |
Modifier and Type | Method and Description |
---|---|
Video |
VideoDocumentAdapter.getVideo() |
Modifier and Type | Method and Description |
---|---|
protected Video |
VideoConversionWork.getVideoToConvert() |
Modifier and Type | Method and Description |
---|---|
TranscodedVideo |
VideoService.convert(Video originalVideo,
String conversionName)
Convert the
originalVideo using the given conversionName . |
TranscodedVideo |
VideoServiceImpl.convert(Video originalVideo,
String conversionName) |
Copyright © 2018 Nuxeo. All rights reserved.