Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.03 KB

mediaplaybackitem_isdisabledinplaybacklist.md

File metadata and controls

26 lines (17 loc) · 1.03 KB
-api-id -api-type
P:Windows.Media.Playback.MediaPlaybackItem.IsDisabledInPlaybackList
winrt property

Windows.Media.Playback.MediaPlaybackItem.IsDisabledInPlaybackList

-description

Gets or sets a value that specifies whether a MediaPlaybackItem is disabled in a MediaPlaybackList.

-property-value

True if the media playback item is disabled in the playback list; otherwise, false.

-remarks

A example scenario for using this property is when network connectivity is lost, your app can check the TotalDownloadProgress property to see which items in the playback list have completed downloading. For items that have not completed, set IsDisabledInPlaybackList to true so that the item won't be played in the list.

Note that after playback of an item has begun, setting the IsDisabledInPlaybackList property has no effect.

-see-also

-examples