Package de.jarnbjo.vorbis
Class IdentificationHeader
java.lang.Object
de.jarnbjo.vorbis.IdentificationHeader
public class IdentificationHeader
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description IdentificationHeader(BitInputStream bitInputStream)
-
Method Summary
Modifier and Type Method Description int
getBlockSize0()
int
getBlockSize1()
int
getChannels()
int
getMaximumBitrate()
protected de.jarnbjo.vorbis.MdctFloat
getMdct0()
protected de.jarnbjo.vorbis.MdctFloat
getMdct1()
int
getMinimumBitrate()
int
getNominalBitrate()
int
getSampleRate()
int
getVersion()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IdentificationHeader
public IdentificationHeader(BitInputStream bitInputStream) throws VorbisFormatException, java.io.IOException- Throws:
VorbisFormatException
java.io.IOException
-
-
Method Details
-
getSampleRate
public int getSampleRate() -
getMaximumBitrate
public int getMaximumBitrate() -
getNominalBitrate
public int getNominalBitrate() -
getMinimumBitrate
public int getMinimumBitrate() -
getChannels
public int getChannels() -
getBlockSize0
public int getBlockSize0() -
getBlockSize1
public int getBlockSize1() -
getMdct0
protected de.jarnbjo.vorbis.MdctFloat getMdct0() -
getMdct1
protected de.jarnbjo.vorbis.MdctFloat getMdct1() -
getVersion
public int getVersion()
-