MediaElement.DownloadProgressOffset 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.
Gets the offset of download progress, which is relevant in seek-ahead scenarios.
public:
property double DownloadProgressOffset { double get(); };
double DownloadProgressOffset();
public double DownloadProgressOffset { get; }
var double = mediaElement.downloadProgressOffset;
Public ReadOnly Property DownloadProgressOffset As Double
Property Value
Double
double
The offset of download progress.