Wp Audio Document
data class WpAudioDocument(val contentUrl: String, val indexInSpine: Int, val linkedResource: WpLinkedResourceData) : AudioDocument
Represents an item from the readingOrder
of the W3C Audiobooks publication.
Properties
Link copied to clipboard
The absolute URL to the LinkedResource. This URL can be used with the publication's ResourceProvider.
Link copied to clipboard
The index of this document in the publication's spine.
Link copied to clipboard
The LinkedResource from the manifest's readingOrder
related to the content document.