| Package | Description |
|---|---|
| org.nuxeo.ecm.platform.video | |
| org.nuxeo.ecm.platform.video.adapter | |
| org.nuxeo.ecm.platform.video.service |
| Modifier and Type | Method and Description |
|---|---|
static TranscodedVideo |
TranscodedVideo.fromBlobAndInfo(String name,
Blob blob,
VideoInfo videoInfo)
Build a
TranscodedVideo from a name, video blob and related videoInfo. |
static TranscodedVideo |
TranscodedVideo.fromMapAndPosition(Map<String,Serializable> map,
int position)
Build a
TranscodedVideo from a Map of attributes and a position |
TranscodedVideo |
VideoActions.getTranscodedVideo(DocumentModel doc,
String name) |
TranscodedVideo |
VideoDocument.getTranscodedVideo(String name)
|
| Modifier and Type | Method and Description |
|---|---|
Collection<TranscodedVideo> |
VideoDocument.getTranscodedVideos()
Returns all the
TranscodedVideos for this VideoDocument. |
| Modifier and Type | Method and Description |
|---|---|
TranscodedVideo |
VideoDocumentAdapter.getTranscodedVideo(String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TranscodedVideo> |
VideoDocumentAdapter.getTranscodedVideos() |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VideoConversionWork.saveNewTranscodedVideo(DocumentModel doc,
TranscodedVideo transcodedVideo) |
Copyright © 2019 Nuxeo. All rights reserved.