Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 652 Bytes

mediaplaybackitem_totaldownloadprogress.md

File metadata and controls

23 lines (15 loc) · 652 Bytes
-api-id -api-type
P:Windows.Media.Playback.MediaPlaybackItem.TotalDownloadProgress
winrt property

Windows.Media.Playback.MediaPlaybackItem.TotalDownloadProgress

-description

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

-property-value

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.

-remarks

-see-also

-examples