NOTE: This feature is currently in BETA. Expect breaking changes to the APIs related with WpPublication/Audiobooks until the final 3.0.0 release.
FormatAdapter implementation specific to Web Publication Audiobook publications.
Add support for Web Publication Audiobook publications by adding an instance of WpAudiobookFormatAdapter to a ReadingSystemEngine.
let engine = new ReadingSystemEngine();engine.addFormatAdapter(new WpAudiobookFormatAdapter())
Check if the specified publication is supported by this format adapter.
Generated using TypeDoc
NOTE: This feature is currently in BETA. Expect breaking changes to the APIs related with WpPublication/Audiobooks until the final 3.0.0 release.
FormatAdapter implementation specific to Web Publication Audiobook publications.
Add support for Web Publication Audiobook publications by adding an instance of WpAudiobookFormatAdapter to a ReadingSystemEngine.