Interface MediaAssetManagerRemote
- All Known Subinterfaces:
MediaAssetManagerLocal
public interface MediaAssetManagerRemote
Interface for a MediaAssetManager.
-
Method Summary
-
Method Details
-
createPreview
Image createPreview(String srcPath, String destPath, String newHeight, String newWidth, String newSizeInPercent) - Parameters:
srcPath- Path to the media asset filedestPath- Path to the created preview of media asset filenewHeight- New height of an imagenewWidth- New width of an imagenewSizeInPercent- New size in percent- Returns:
- Preview as an Image.class
-