#include "mp3_header.h"Go to the source code of this file.
Defines | |
| #define | FRAMES_FLAG 0x0001 |
| #define | BYTES_FLAG 0x0002 |
| #define | TOC_FLAG 0x0004 |
| #define | SCALE_FLAG 0x0008 |
Functions | |
| uint32 | fto_nearest_i (float f) |
| uint16 | calcCRC (char *pFrame, size_t audiodatasize) |
|
|
Definition at line 31 of file mp3_parse.cpp. |
|
|
Definition at line 30 of file mp3_parse.cpp. |
|
|
Definition at line 33 of file mp3_parse.cpp. |
|
|
Definition at line 32 of file mp3_parse.cpp. |
|
||||||||||||
|
Definition at line 68 of file mp3_parse.cpp. Referenced by Mp3Info::Parse(). |
|
|
Definition at line 51 of file mp3_parse.cpp. Referenced by Mp3Info::Parse(). |
1.3.9.1