Interface MediaAssetManagerRemote
-
- All Known Subinterfaces:
MediaAssetManagerLocal
public interface MediaAssetManagerRemoteInterface for a MediaAssetManager.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.ImagecreatePreview(java.lang.String srcPath, java.lang.String destPath, java.lang.String newHeight, java.lang.String newWidth, java.lang.String newSizeInPercent)
-
-
-
Method Detail
-
createPreview
java.awt.Image createPreview(java.lang.String srcPath, java.lang.String destPath, java.lang.String newHeight, java.lang.String newWidth, java.lang.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
-
-