Package de.jarnbjo.ogg
Interface PhysicalOggStream
- All Known Implementing Classes:
BasicStream
,CachedUrlStream
,FileStream
,OnDemandUrlStream
,UncachedUrlStream
public interface PhysicalOggStream
-
Method Summary
Modifier and Type Method Description void
close()
java.util.Collection
getLogicalStreams()
OggPage
getOggPage(int int1)
boolean
isOpen()
boolean
isSeekable()
void
setTime(long long1)
-
Method Details
-
getLogicalStreams
java.util.Collection getLogicalStreams() -
getOggPage
- Throws:
OggFormatException
java.io.IOException
-
isOpen
boolean isOpen() -
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
setTime
- Throws:
OggFormatException
java.io.IOException
-
isSeekable
boolean isSeekable()
-