Interface PhysicalOggStream

All Known Implementing Classes:
BasicStream, CachedUrlStream, FileStream, OnDemandUrlStream, UncachedUrlStream

public interface PhysicalOggStream
  • Method Details

    • getLogicalStreams

      java.util.Collection getLogicalStreams()
    • getOggPage

      OggPage getOggPage​(int int1) throws OggFormatException, java.io.IOException
      Throws:
      OggFormatException
      java.io.IOException
    • isOpen

      boolean isOpen()
    • close

      void close() throws java.io.IOException
      Throws:
      java.io.IOException
    • setTime

      void setTime​(long long1) throws OggFormatException, java.io.IOException
      Throws:
      OggFormatException
      java.io.IOException
    • isSeekable

      boolean isSeekable()