Package 

Class AudioLocatorService

  • All Implemented Interfaces:
    org.readium.r2.shared.publication.Publication.Service , org.readium.r2.shared.publication.services.LocatorService , org.readium.r2.shared.util.Closeable

    
    public final class AudioLocatorService
     implements LocatorService
                        

    Locator service for audio publications.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final List<Link> links
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Locator locate(Locator locator)
      Locator locateProgression(Double totalProgression)
      • Methods inherited from class org.readium.r2.shared.publication.Publication.Service

        close, get, getLinks
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AudioLocatorService

        AudioLocatorService(List<Link> readingOrder)