-
@Deprecated(message = Use the new MediaMetadataFactory from the readium-navigator-media-common module.) public interface MediaMetadataFactory
Factory for the MediaMetadata associated with the publication and its resources.
The metadata are used for example in the media-style Android notification.
-
-
Method Summary
Modifier and Type Method Description abstract MediaMetadatapublicationMetadata()Creates the MediaMetadata for the whole publication. abstract MediaMetadataresourceMetadata(Integer index)Creates the MediaMetadata for the reading order resource at the given index. -
-
Method Detail
-
publicationMetadata
abstract MediaMetadata publicationMetadata()
Creates the MediaMetadata for the whole publication.
-
resourceMetadata
abstract MediaMetadata resourceMetadata(Integer index)
Creates the MediaMetadata for the reading order resource at the given index.
-
-
-
-