Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 988 Bytes

mediaplaybacklist_maxprefetchtime.md

File metadata and controls

24 lines (16 loc) · 988 Bytes
-api-id -api-type
P:Windows.Media.Playback.MediaPlaybackList.MaxPrefetchTime
winrt property

Windows.Media.Playback.MediaPlaybackList.MaxPrefetchTime

-description

Gets or sets the maximum prefetch time for MediaPlaybackItem objects in the playback list. The prefetch time is the amount of time before an item is expected to begin playing that the system retrieves the item's media content.

-property-value

The maximum prefetch time for MediaPlaybackItem objects in the playback list.

-remarks

Prefetching allows the system to provide a more seamless playback experience because media content is retrieved before it is needed for playback. Setting a smaller maximum prefetch time can reduce bandwidth usage if the user stops playback before an item begins playing.

-examples

-see-also