public class MPGLib
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MPGLib.buf |
static class |
MPGLib.framebuf |
static class |
MPGLib.mpstr_tag |
| Constructor and Description |
|---|
MPGLib() |
| Modifier and Type | Method and Description |
|---|---|
protected <DST_TYPE,SRC_TYPE> |
COPY_MONO(DST_TYPE[] pcm_l,
int pcm_lPos,
int processed_samples,
SRC_TYPE[] p) |
protected <DST_TYPE,SRC_TYPE> |
COPY_STEREO(DST_TYPE[] pcm_l,
int pcm_lPos,
DST_TYPE[] pcm_r,
int pcm_rPos,
int processed_samples,
SRC_TYPE[] p) |
int |
hip_decode_exit(MPGLib.mpstr_tag hip) |
MPGLib.mpstr_tag |
hip_decode_init() |
int |
hip_decode1_headers(MPGLib.mpstr_tag hip,
byte[] buffer,
int len,
short[] pcm_l,
short[] pcm_r,
MP3Data mp3data) |
int |
hip_decode1_headersB(MPGLib.mpstr_tag hip,
byte[] buffer,
int len,
short[] pcm_l,
short[] pcm_r,
MP3Data mp3data,
Enc enc) |
int |
hip_decode1_unclipped(MPGLib.mpstr_tag hip,
byte[] buffer,
int bufferPos,
int len,
float[] pcm_l,
float[] pcm_r) |
void |
setModules(Interface i,
Common c) |
public static final int MP3_ERR
public static final int MP3_OK
protected <DST_TYPE,SRC_TYPE> void COPY_MONO(DST_TYPE[] pcm_l,
int pcm_lPos,
int processed_samples,
SRC_TYPE[] p)
protected <DST_TYPE,SRC_TYPE> void COPY_STEREO(DST_TYPE[] pcm_l,
int pcm_lPos,
DST_TYPE[] pcm_r,
int pcm_rPos,
int processed_samples,
SRC_TYPE[] p)
public MPGLib.mpstr_tag hip_decode_init()
public int hip_decode_exit(MPGLib.mpstr_tag hip)
public int hip_decode1_unclipped(MPGLib.mpstr_tag hip, byte[] buffer, int bufferPos, int len, float[] pcm_l, float[] pcm_r)
public int hip_decode1_headers(MPGLib.mpstr_tag hip, byte[] buffer, int len, short[] pcm_l, short[] pcm_r, MP3Data mp3data)
public int hip_decode1_headersB(MPGLib.mpstr_tag hip, byte[] buffer, int len, short[] pcm_l, short[] pcm_r, MP3Data mp3data, Enc enc)