Interface MediaAssetProcessingRemote

    • 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