Wp Audio Publication Load Config
data class WpAudioPublicationLoadConfig(val resourceProvider: ResourceProvider, val hashSignature: String, val entryPoint: WpAudioPublicationEntryPoint, val readingSessionOptions: ReadingSessionOptions)
Used with AudioReadingSystemEngine.loadWpAudioPublication to load a W3C Audiobooks publication.
Constructors
Link copied to clipboard
constructor(resourceProvider: ResourceProvider, hashSignature: String, entryPoint: WpAudioPublicationEntryPoint, readingSessionOptions: ReadingSessionOptions)
Properties
Link copied to clipboard
The entry point defining where to find the Publication Manifest.
Link copied to clipboard
A string that uniquely identifies the publication and its resources, such as a SHA hash of all the publication resources.
Link copied to clipboard
This data is used to identify reading session using a combination of a user token and publication token. The values that should be used are dependent on your Product Commercial Agreement. This data should be anonymized in order to protect the user's privacy. This information will be sent to Colibrio License Server.
Link copied to clipboard
The ResourceProvider from where the framework can fetch publication resources.