WpAudioDocument

data class WpAudioDocument(val contentUrl: String, val indexInSpine: Int, val linkedResource: WpLinkedResourceData) : AudioDocument

Represents an item from the readingOrder of the W3C Audiobooks publication.

Constructors

Link copied to clipboard
constructor(contentUrl: String, indexInSpine: Int, linkedResource: WpLinkedResourceData)

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
open override val indexInSpine: Int

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.