Interface VideoSegmenterService
- All Known Implementing Classes:
VideoSegmenterRemoteImpl,VideoSegmenterServiceImpl
public interface VideoSegmenterService
Api for video segmentation implementations, aimed at detecting scenes in audiovisual tracks.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
JOB_TYPE
Job type- See Also:
-
-
Method Details
-
segment
Takes the given track and returns the job that can be used to get the resulting mpeg7 catalog.- Parameters:
track- track to segment- Returns:
- the job with which we can obtain the extracted metadata
- Throws:
VideoSegmenterException- if the track could not be segmentedMediaPackageException- if the track is invalid
-