Class VideoSequenceAbsoluteTimeMarkers


  • public final class VideoSequenceAbsoluteTimeMarkers
    extends TimeSequenceBase
    A sequence of absolute datetime ranges as a string. The datetime values should follow IS08601, and the sum of the ranges should add up to 24 hours or less. Currently, there can be only one range specified in the sequence.
    • Constructor Detail

      • VideoSequenceAbsoluteTimeMarkers

        public VideoSequenceAbsoluteTimeMarkers()
    • Method Detail

      • ranges

        public String ranges()
        Get the ranges property: The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
        Returns:
        the ranges value.
      • withRanges

        public VideoSequenceAbsoluteTimeMarkers withRanges​(String ranges)
        Set the ranges property: The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
        Parameters:
        ranges - the ranges value to set.
        Returns:
        the VideoSequenceAbsoluteTimeMarkers object itself.