Package org.opencastproject.crop.api
Interface CropService
- All Known Implementing Classes:
CropServiceImpl,CropServiceRemoteImpl
public interface CropService
Api for cropping implementations.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
JOB_TYPE
Job type- See Also:
-
-
Method Details
-
crop
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 croppedMediaPackageException- if the track is invalid
-