Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.65 KB

backgroundmediaplayer.md

File metadata and controls

24 lines (17 loc) · 1.65 KB
-api-id -api-type
T:Windows.Media.Playback.BackgroundMediaPlayer
winrt class

Windows.Media.Playback.BackgroundMediaPlayer

-description

Provides access to the media player while it is running in the background.

Note

Starting with Windows, version 1703, BackgroundMediaPlayer is deprecated and may not be available in future versions of Windows. Use the MediaPlayer class instead. For more information, see Play media in the background.

-remarks

Starting with Windows 10, version 1607, apps should use the MediaPlayer for media playback. The MediaPlayer object allows you to play media in the background seamlessly, using a single process. For information on using MediaPlayer, see Play audio and video with MediaPlayer. For information on playing media in the background with MediaPlayer, see Play media in the background. For information on the legacy, two-process background playback model, which is still supported for backwards compatibility, see Legacy background media playback.

-examples

-see-also

Play audio and video with MediaPlayer, Play media in the background, Legacy background media playback