Package de.jarnbjo.vorbis
Class IdentificationHeader
java.lang.Object
de.jarnbjo.vorbis.IdentificationHeader
-
Constructor Details
-
IdentificationHeader
public IdentificationHeader(BitInputStream bitInputStream) throws VorbisFormatException, IOException - Throws:
VorbisFormatException
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()
-