Colibrio Reader Framework API - Cloud license
    Preparing search index...

    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())

    Implements

    Constructors

    Methods