public final class LayerIIIDecoder extends Object implements FrameDecoder
| Modifier and Type | Field and Description |
|---|---|
static float[][] |
io |
static int[][][] |
nr_of_sfb_block |
static int[] |
pretab |
int[] |
scalefac_buffer |
javazoom.jl.decoder.LayerIIIDecoder.Sftable |
sftable |
static float[] |
t_43 |
static float[] |
TAN12 |
static float[] |
two_to_negative_half_pow |
static float[][] |
win |
| Constructor and Description |
|---|
LayerIIIDecoder(Bitstream stream0,
Header header0,
SynthesisFilter filtera,
SynthesisFilter filterb,
OutputBuffer buffer0,
int which_ch0)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
decode() |
void |
decodeFrame()
Decodes one frame of MPEG audio.
|
void |
inv_mdct(float[] in,
float[] out,
int block_type)
Fast INV_MDCT.
|
void |
seek_notify()
Notify decoder that a seek is being made.
|
public int[] scalefac_buffer
public static final int[] pretab
public static final float[] two_to_negative_half_pow
public static final float[] t_43
public static final float[][] io
public static final float[] TAN12
public static final float[][] win
public javazoom.jl.decoder.LayerIIIDecoder.Sftable sftable
public static final int[][][] nr_of_sfb_block
public LayerIIIDecoder(Bitstream stream0, Header header0, SynthesisFilter filtera, SynthesisFilter filterb, OutputBuffer buffer0, int which_ch0)
public void seek_notify()
public void decodeFrame()
FrameDecoderdecodeFrame in interface FrameDecoderpublic void decode()
public void inv_mdct(float[] in,
float[] out,
int block_type)
Copyright © 2013. All Rights Reserved.