Interface CropService


public interface CropService
Api for cropping implementations.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Job type
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opencastproject.job.api.Job
    crop(org.opencastproject.mediapackage.Track track)
    Takes the given track and returns the job that can be used to get the resulting mpeg7 catalog
  • Field Details

  • Method Details

    • crop

      org.opencastproject.job.api.Job crop(org.opencastproject.mediapackage.Track track) throws CropException, org.opencastproject.mediapackage.MediaPackageException
      Takes the given track and returns the job that can be used to get the resulting mpeg7 catalog
      Parameters:
      track - track to crop
      Returns:
      the job with which we can obtain the extracted metadata
      Throws:
      CropException - if the track could not be cropped
      org.opencastproject.mediapackage.MediaPackageException - if the track is invalid