MediaPlaybackItem.TotalDownloadProgress Property

Definition

Gets a value that indicates the proportion of the data for the MediaPlaybackItem that is currently downloaded.

public:
 property double TotalDownloadProgress { double get(); };
double TotalDownloadProgress();
public double TotalDownloadProgress { get; }
var double = mediaPlaybackItem.totalDownloadProgress;
Public ReadOnly Property TotalDownloadProgress As Double

Property Value

Double

double

A value, between 0 and 1.0, that indicates the total download progress of the MediaPlaybackItem where 0 means that none of the data has been downloaded and 1.0 means that all of the data has been downloaded.

Windows requirements

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

Applies to