MediaLiveOutputData.RewindWindowLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public TimeSpan? RewindWindowLength { get; set; }
member this.RewindWindowLength : Nullable<TimeSpan> with get, set
Public Property RewindWindowLength As Nullable(Of TimeSpan)
Property Value
Applies to
Azure SDK for .NET