Package de.jarnbjo.ogg
Interface PhysicalOggStream
- All Known Implementing Classes:
BasicStream,CachedUrlStream,FileStream,OnDemandUrlStream,UncachedUrlStream
public interface PhysicalOggStream
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()getOggPage(int int1) booleanisOpen()booleanvoidsetTime(long long1)
-
Method Details
-
getLogicalStreams
Collection getLogicalStreams() -
getOggPage
- Throws:
OggFormatExceptionIOException
-
isOpen
boolean isOpen() -
close
- Throws:
IOException
-
setTime
- Throws:
OggFormatExceptionIOException
-
isSeekable
boolean isSeekable()
-