| Modifier and Type | Field and Description |
|---|---|
protected int |
begin |
protected int[][] |
books |
protected int[] |
cascade |
protected int |
classBook |
protected int |
classifications |
protected int |
end |
protected HashMap |
looks |
protected int |
partitionSize |
| Modifier | Constructor and Description |
|---|---|
protected |
Residue() |
protected |
Residue(BitInputStream source,
SetupHeader header) |
| Modifier and Type | Method and Description |
|---|---|
protected static Residue |
createInstance(BitInputStream source,
SetupHeader header) |
protected abstract void |
decodeResidue(VorbisStream vorbis,
BitInputStream source,
Mode mode,
int ch,
boolean[] doNotDecodeFlags,
float[][] vectors) |
protected void |
fill(Residue clone) |
protected int |
getBegin() |
protected int[][] |
getBooks() |
protected int[] |
getCascade() |
protected int |
getClassBook() |
protected int |
getClassifications() |
protected int |
getEnd() |
protected de.jarnbjo.vorbis.Residue.Look |
getLook(VorbisStream source,
Mode key) |
protected int |
getPartitionSize() |
protected abstract int |
getType() |
protected int begin
protected int end
protected int partitionSize
protected int classifications
protected int classBook
protected int[] cascade
protected int[][] books
protected HashMap looks
protected Residue()
protected Residue(BitInputStream source, SetupHeader header) throws VorbisFormatException, IOException
VorbisFormatExceptionIOExceptionprotected static Residue createInstance(BitInputStream source, SetupHeader header) throws VorbisFormatException, IOException
VorbisFormatExceptionIOExceptionprotected abstract int getType()
protected abstract void decodeResidue(VorbisStream vorbis, BitInputStream source, Mode mode, int ch, boolean[] doNotDecodeFlags, float[][] vectors) throws VorbisFormatException, IOException
VorbisFormatExceptionIOExceptionprotected int getBegin()
protected int getEnd()
protected int getPartitionSize()
protected int getClassifications()
protected int getClassBook()
protected int[] getCascade()
protected int[][] getBooks()
protected final void fill(Residue clone)
protected de.jarnbjo.vorbis.Residue.Look getLook(VorbisStream source, Mode key)
Copyright © 2017. All rights reserved.