Interface TimelinePreviewsService
- All Known Implementing Classes:
TimelinePreviewsServiceImpl,TimelinePreviewsServiceRemote
public interface TimelinePreviewsService
Api for timeline preview generation implementations, that create preview
images to be shown on the timeline of a video.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreateTimelinePreviewImages(Track track, int imageCount) Takes the given track and returns the job that can be used to generate timeline preview images.
-
Field Details
-
JOB_TYPE
Job type- See Also:
-
-
Method Details
-
createTimelinePreviewImages
Job createTimelinePreviewImages(Track track, int imageCount) throws TimelinePreviewsException, MediaPackageException Takes the given track and returns the job that can be used to generate timeline preview images.- Parameters:
track- track to generate preview images forimageCount- number of preview images that will be generated- Returns:
- the job that can generate the preview images
- Throws:
TimelinePreviewsException- if the timeline preview images could not be generatedMediaPackageException- if the track is invalid
-