|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfi.helsinki.cs.ohtu.mpeg2.audio.mpa.MP2Data.Channel
public static class MP2Data.Channel
Represents a single audio channel.
| Field Summary | |
|---|---|
protected int[] |
bitAllocation
Bit allocation / quantization level for every sub-band |
protected int[][][] |
samples
Quantized samples of the sub-bands, in three groups of 12 samples |
protected int[][] |
scaleFactors
Scale factors for every sub-band for every 12 samples |
protected int[] |
scfsi
Scale factor select information for every sub-band |
| Constructor Summary | |
|---|---|
MP2Data.Channel(int[] bitAllocation,
int[] scfsi,
int[][] scaleFactors,
int[][][] samples)
Creates a new Channel instance from the given parameters. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final int[] bitAllocation
protected final int[] scfsi
protected final int[][] scaleFactors
protected final int[][][] samples
| Constructor Detail |
|---|
public MP2Data.Channel(int[] bitAllocation,
int[] scfsi,
int[][] scaleFactors,
int[][][] samples)
Channel instance from the given parameters.
bitAllocation - Bit allocation / quantization level for
every sub-bandscfsi - Scale factor select information for every
sub-bandscaleFactors - Scale factors for every sub-band sectionsamples - Quantized samples for every sub-band
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||