-api-id | -api-type |
---|---|
P:Windows.Media.Playback.MediaPlaybackItem.IsDisabledInPlaybackList |
winrt property |
Gets or sets a value that specifies whether a MediaPlaybackItem is disabled in a MediaPlaybackList.
True if the media playback item is disabled in the playback list; otherwise, false.
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.