Interface MediaAssetProcessingRemote

All Superinterfaces:
PluginControl
All Known Subinterfaces:
MediaAssetProcessingLocal

public interface MediaAssetProcessingRemote extends PluginControl
Interface for a MediaAssetProcessing
  • 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