org.nuxeo.ecm.platform.video
Class VideoActions
java.lang.Object
org.nuxeo.ecm.platform.video.VideoActions
- All Implemented Interfaces:
- Serializable
@Name(value="videoActions")
@Install(precedence=10)
public class VideoActions
- extends Object
- implements Serializable
- Author:
- "Benjamin JALON"
- See Also:
- Serialized Form
VideoActions
public VideoActions()
getURLForPlayer
public String getURLForPlayer(DocumentModel doc)
throws ClientException
- Throws:
ClientException
getTranscodedVideoURL
public String getTranscodedVideoURL(DocumentModel doc,
String name)
getTranscodedVideo
public TranscodedVideo getTranscodedVideo(DocumentModel doc,
String name)
getURLForStaticPreview
public String getURLForStaticPreview(DocumentModel videoDoc)
throws ClientException
- Throws:
ClientException
getVideoConversionStatus
public VideoConversionStatus getVideoConversionStatus(DocumentModel doc,
String conversionName)
getStatusMessageFor
public String getStatusMessageFor(VideoConversionStatus status)
launchConversion
public void launchConversion(DocumentModel doc,
String conversionName)
isSafariHTML5
public boolean isSafariHTML5()
isChromeHTML5
public boolean isChromeHTML5()
isFirefoxHTML5
public boolean isFirefoxHTML5()
Copyright © 2012 Nuxeo SA. All Rights Reserved.