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 voidclose()java.util.CollectiongetLogicalStreams()OggPagegetOggPage(int int1)booleanisOpen()booleanisSeekable()voidsetTime(long long1)
-
Method Details
-
getLogicalStreams
java.util.Collection getLogicalStreams() -
getOggPage
- Throws:
OggFormatExceptionjava.io.IOException
-
isOpen
boolean isOpen() -
close
void close() throws java.io.IOException- Throws:
java.io.IOException
-
setTime
- Throws:
OggFormatExceptionjava.io.IOException
-
isSeekable
boolean isSeekable()
-