Package-level declarations

Types

Link copied to clipboard
class DefaultMediaMetadataProvider(title: String? = null, author: String? = null, cover: Uri? = null) : MediaMetadataProvider

Builds a MediaMetadataFactory which will use the given title, author and cover, and fall back on what is in the publication.

Link copied to clipboard
interface Media3Adapter

An object able to pass as a Jetpack media3 Player.

Link copied to clipboard

Factory for the MediaMetadata associated with the publication and its resources.

Link copied to clipboard
fun interface MediaMetadataProvider

To be implemented to use a custom MediaMetadataFactory.

Link copied to clipboard