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 source) -
Method Summary
Modifier and Type Method Description intgetBlockSize0()intgetBlockSize1()intgetChannels()intgetMaximumBitrate()protected de.jarnbjo.vorbis.MdctFloatgetMdct0()protected de.jarnbjo.vorbis.MdctFloatgetMdct1()intgetMinimumBitrate()intgetNominalBitrate()intgetSampleRate()intgetVersion()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
IdentificationHeader
public IdentificationHeader(BitInputStream source) throws VorbisFormatException, java.io.IOException- Throws:
VorbisFormatExceptionjava.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()
-