Interface MediaAssetManagerRemote

  • All Known Subinterfaces:
    MediaAssetManagerLocal

    public interface MediaAssetManagerRemote
    Interface for a MediaAssetManager.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.awt.Image createPreview​(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 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