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.
TODO(beccahughes): Write docs about requesting audio focus.
The Media Session service uses base::UnguessableToken for a number of different reasons, these are:
Every media session has its own unique request ID and it may also have a group ID and a source ID.