AdaptiveMediaSource.MaxSeekableWindowSize Property

Definition

Gets the maximum time window within which the user can seek within the streaming media.

public:
 property IReference<TimeSpan> ^ MaxSeekableWindowSize { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> MaxSeekableWindowSize();
public System.Nullable<System.TimeSpan> MaxSeekableWindowSize { get; }
var iReference = adaptiveMediaSource.maxSeekableWindowSize;
Public ReadOnly Property MaxSeekableWindowSize As Nullable(Of TimeSpan)

Property Value

The maximum time window within which the user can seek within the streaming media.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Remarks

This time window is calculated by taking the total duration of media that has been downloaded and subtracting the value of the DesiredLiveOffset property. This value is specified by the media content.

Applies to