MediaElement.DownloadProgressOffset 属性

定义

获取下载进度的偏移量,该偏移量与提前查找方案相关。

public:
 property double DownloadProgressOffset { double get(); };
double DownloadProgressOffset();
public double DownloadProgressOffset { get; }
var double = mediaElement.downloadProgressOffset;
Public ReadOnly Property DownloadProgressOffset As Double

属性值

Double

double

下载进度的偏移量。

适用于