AdaptiveMediaSourceDownloadRequestedEventArgs.Position 属性

定义

获取一个时间跨度,表示事件应用到的媒体段时间线内的位置。

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

属性值

表示应用事件的媒体段时间线内的位置的时间跨度。

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

注解

由于此事件在内容缓冲时发生,因此事件在时间线中的位置可能比当前播放位置提前几分钟。

适用于