public class Mp3Handler
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
byte[] |
audioSha |
int |
avgBitRate |
int |
bitRate |
int |
duration |
int |
frames |
static int |
ID3_TAG_LEN |
int |
mpegVer |
int |
sampleRate |
boolean |
stereo |
| Constructor and Description |
|---|
Mp3Handler() |
| Modifier and Type | Method and Description |
|---|---|
void |
analyzeFinal() |
void |
analyzeInit() |
void |
analyzeUpdate(byte[] buffer,
int len) |
void |
analyzeUpdate(byte[] buffer,
int ofs,
int len) |
void |
updateAudioSha1(byte[] buf,
int ofs,
int bufLen) |
public static final int ID3_TAG_LEN
public int bitRate
public int sampleRate
public boolean stereo
public int duration
public byte[] audioSha
public int frames
public int mpegVer
public int avgBitRate
public void analyzeInit()
public void analyzeUpdate(byte[] buffer,
int len)
public void analyzeUpdate(byte[] buffer,
int ofs,
int len)
public void analyzeFinal()
public void updateAudioSha1(byte[] buf,
int ofs,
int bufLen)