Interface TimeShiftConfiguration.Builder

    • Method Detail

      • maxTimeDelaySeconds

        TimeShiftConfiguration.Builder maxTimeDelaySeconds​(Integer maxTimeDelaySeconds)

        The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).

        Parameters:
        maxTimeDelaySeconds - The maximum time delay for time-shifted viewing. The minimum allowed maximum time delay is 0 seconds, and the maximum allowed maximum time delay is 21600 seconds (6 hours).
        Returns:
        Returns a reference to this object so that method calls can be chained together.