public static interface MediaSessionConnector.MediaMetadataProvider
MediaMetadataCompat for a given player state.| Modifier and Type | Method and Description |
|---|---|
android.support.v4.media.MediaMetadataCompat |
getMetadata(com.google.android.exoplayer2.Player player)
Gets the
MediaMetadataCompat to be published to the session. |
android.support.v4.media.MediaMetadataCompat getMetadata(com.google.android.exoplayer2.Player player)
MediaMetadataCompat to be published to the session.player - The player for which to provide metadata.MediaMetadataCompat to be published to the session.