blob: 64ac936283a8be7d8b7915fe983d40d8552aa44b [file] [log] [blame] [view]
# Media Session
Media Session manages the media session and audio focus for playback across the
entire system.
Clients can use the Audio Focus API to request audio focus and observe changes
through AudioFocusObserver. The Media Session API can be used to control
playback and observe changes through MediaSessionObserver.
For more details about controlling playback see [controlling Media Playback](https://chromium.googlesource.com/chromium/src/+/master/services/media_session/controlling_media_playback.md).
TODO(beccahughes): Write docs about requesting audio focus.