Interface LiveOutput.DefinitionStages.WithRewindWindowLength

All Known Subinterfaces:
LiveOutput.Definition, LiveOutput.DefinitionStages.WithCreate
Enclosing interface:
LiveOutput.DefinitionStages

public static interface LiveOutput.DefinitionStages.WithRewindWindowLength
The stage of the LiveOutput definition allowing to specify rewindWindowLength.
  • Method Summary

    Modifier and Type
    Method
    Description
    withRewindWindowLength(Duration rewindWindowLength)
    Specifies the rewindWindowLength property: ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live.
  • Method Details

    • withRewindWindowLength

      LiveOutput.DefinitionStages.WithCreate withRewindWindowLength(Duration rewindWindowLength)
      Specifies the rewindWindowLength property: ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL..
      Parameters:
      rewindWindowLength - ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. The service won't use this property once LiveOutput stops. The archived VOD will have full content with original ArchiveWindowLength. For example, use PT1H30M to indicate 1 hour and 30 minutes of rewind window length. Service will use implicit default value 30m only if Live Event enables LL.
      Returns:
      the next definition stage.