Package-level declarations
Types
PillarboxMediaBrowser extends PillarboxMediaController but connects to a PillarboxMediaLibrarySession from a MediaLibraryService.
Pillarbox media controller implements PillarboxPlayer and wrap a MediaController.
PillarboxMediaLibraryService
implementation of MediaLibraryService. It is the recommended way to make background playback for Android and sharing content with Android Auto.
An extended PillarboxMediaSession for the PillarboxMediaLibraryService. Build an instance with Builder and return it from PillarboxMediaLibraryService.onGetPillarboxSession or PillarboxMediaLibraryService.onGetSession with PillarboxMediaLibrarySession.mediaSession.
PillarboxMediaSession link together a MediaSession to a PillarboxPlayer.
PillarboxMediaSessionService
implementation of MediaSessionService. It is the recommended way to make background playback for Android.