Class TemporalSourceOptions

  • All Implemented Interfaces:
    java.lang.Cloneable, TransformationSourceOptions

    public class TemporalSourceOptions
    extends AbstractTransformationSourceOptions
    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
    • Constructor Detail

      • TemporalSourceOptions

        public TemporalSourceOptions()