Go to the source code of this file.
◆ FRAME_HEADER_SIZE
| #define FRAME_HEADER_SIZE 4 |
◆ MIN_CONSEC_GOOD_FRAMES
| #define MIN_CONSEC_GOOD_FRAMES 4 |
◆ MIN_FRAME_SIZE
| #define MIN_FRAME_SIZE 21 |
◆ NUM_SAMPLES
◆ SCANTYPE
| Enumerator |
|---|
| SCAN_NONE | |
| SCAN_QUICK | |
| SCAN_FULL | |
Definition at line 38 of file mp3tech.h.
◆ VBR_REPORT
| Enumerator |
|---|
| VBR_VARIABLE | |
| VBR_AVERAGE | |
| VBR_MEDIAN | |
Definition at line 37 of file mp3tech.h.
◆ frame_length()
◆ get_first_header()
| int get_first_header |
( |
mp3info * |
mp3, |
|
|
long |
startpos |
|
) |
| |
◆ get_header()
| int get_header |
( |
FILE * |
file, |
|
|
mp3header * |
header |
|
) |
| |
◆ get_id3()
◆ get_mp3_info()
| int get_mp3_info |
( |
mp3info * |
mp3, |
|
|
int |
scantype, |
|
|
int |
fullscan_vbr |
|
) |
| |
◆ get_next_header()
| int get_next_header |
( |
mp3info * |
mp3 | ) |
|
◆ header_bitrate()
◆ header_emphasis()
◆ header_frequency()
◆ header_layer()
◆ header_mode()
◆ pad()
| char* pad |
( |
char * |
string, |
|
|
int |
length |
|
) |
| |
◆ sameConstant()
◆ unpad()
| char* unpad |
( |
char * |
string | ) |
|
◆ write_tag()