Package de.jarnbjo.vorbis
Class VorbisStream
java.lang.Object
de.jarnbjo.vorbis.VorbisStream
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()intlongprotected de.jarnbjo.vorbis.SetupHeaderbooleanisOpen()byte[]processPacket(byte[] byteArray) intreadPcm(byte[] byteArray, int int1, int int2)
-
Field Details
-
BIG_ENDIAN
public static final int BIG_ENDIAN- See Also:
-
LITTLE_ENDIAN
public static final int LITTLE_ENDIAN- See Also:
-
-
Constructor Details
-
VorbisStream
public VorbisStream() -
VorbisStream
- Throws:
VorbisFormatExceptionIOException
-
-
Method Details
-
getIdentificationHeader
-
getCommentHeader
-
getSetupHeader
protected de.jarnbjo.vorbis.SetupHeader getSetupHeader() -
isOpen
public boolean isOpen() -
close
- Throws:
IOException
-
readPcm
- Throws:
IOException
-
getCurrentGranulePosition
public long getCurrentGranulePosition() -
getCurrentBitRate
public int getCurrentBitRate() -
processPacket
- Throws:
VorbisFormatExceptionIOException
-