Interface MediaAssetManagerRemote

All Known Subinterfaces:
MediaAssetManagerLocal

public interface MediaAssetManagerRemote
Interface for a MediaAssetManager.
  • Method Details

    • createPreview

      Image createPreview(String srcPath, String destPath, String newHeight, String newWidth, String newSizeInPercent)
      Parameters:
      srcPath - Path to the media asset file
      destPath - Path to the created preview of media asset file
      newHeight - New height of an image
      newWidth - New width of an image
      newSizeInPercent - New size in percent
      Returns:
      Preview as an Image.class