Class TemporalSourceOptions

java.lang.Object
org.alfresco.service.cmr.repository.AbstractTransformationSourceOptions
org.alfresco.service.cmr.repository.TemporalSourceOptions
All Implemented Interfaces:
Cloneable, TransformationSourceOptions

@Deprecated public class TemporalSourceOptions extends AbstractTransformationSourceOptions
Deprecated.
The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.
Time-based content conversion options to specify an offset and duration. Useful for audio and video.

If only the offset is specified transformers should attempt a transform from that offset to the end if possible.

If only a duration is specified transformers should attempt a transform from the start until that duration is reached if possible.

Author:
Ray Gauss II