public class MP3Data
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
bitrate
bitrate
|
int |
framenum
frames decoded counter
|
int |
framesize
number of samples per mp3 frame
|
boolean |
header_parsed
true if header was parsed and following data was computed
|
int |
mode
mp3 frame type
|
int |
mode_ext
mp3 frame type
|
int |
nsamp
number of samples in mp3 file.
|
int |
samplerate
sample rate
|
int |
stereo
number of channels
|
int |
totalframes
total number of frames in mp3 file
|
| Constructor and Description |
|---|
MP3Data() |
public boolean header_parsed
public int stereo
public int samplerate
public int bitrate
public int mode
public int mode_ext
public int framesize
public int nsamp
public int totalframes
public int framenum