Interface LiveOutput.DefinitionStages.WithArchiveWindowLength

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

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

    Modifier and Type
    Method
    Description
    withArchiveWindowLength(Duration archiveWindowLength)
    Specifies the archiveWindowLength property: ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output.
  • Method Details

    • withArchiveWindowLength

      LiveOutput.DefinitionStages.WithCreate withArchiveWindowLength(Duration archiveWindowLength)
      Specifies the archiveWindowLength property: ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window..
      Parameters:
      archiveWindowLength - ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output. This also sets the maximum content length for the rewind window. For example, use PT1H30M to indicate 1 hour and 30 minutes of archive window.
      Returns:
      the next definition stage.