Package de.jarnbjo.ogg
Interface LogicalOggStream
- All Known Implementing Classes:
LogicalOggStreamImpl
public interface LogicalOggStream
-
Field Details
-
FORMAT_UNKNOWN
- See Also:
-
FORMAT_VORBIS
- See Also:
-
FORMAT_FLAC
- See Also:
-
FORMAT_THEORA
- See Also:
-
-
Method Details
-
getNextOggPage
- Throws:
OggFormatException
IOException
-
getNextOggPacket
- Throws:
OggFormatException
IOException
-
isOpen
boolean isOpen() -
close
- Throws:
IOException
-
reset
- Throws:
OggFormatException
IOException
-
getMaximumGranulePosition
long getMaximumGranulePosition() -
setTime
- Throws:
IOException
-
getTime
long getTime() -
getFormat
String getFormat()
-