#include <mp3_header.h>
Public Member Functions | |
Mp3Info () | |
~Mp3Info () | |
void | Clean () |
const Mp3_Headerinfo * | GetMp3HeaderInfo () const |
bool | Parse (ID3_Reader &, size_t mp3size) |
Mpeg_Layers | Layer () const |
Mpeg_Version | Version () const |
MP3_BitRates | Bitrate () const |
Mp3_ChannelMode | ChannelMode () const |
Mp3_ModeExt | ModeExt () const |
Mp3_Emphasis | Emphasis () const |
Mp3_Crc | Crc () const |
uint32 | VbrBitrate () const |
uint32 | Frequency () const |
uint32 | Framesize () const |
uint32 | Frames () const |
bool | Private () const |
bool | Copyrighted () const |
bool | Original () const |
uint32 | Seconds () const |
|
Definition at line 36 of file mp3_header.h. |
|
Definition at line 37 of file mp3_header.h. |
|
Definition at line 45 of file mp3_header.h. References MP3_BitRates. |
|
Definition at line 46 of file mp3_header.h. References Mp3_ChannelMode. |
|
Definition at line 93 of file mp3_parse.cpp. Referenced by Parse(). |
|
Definition at line 55 of file mp3_header.h. |
|
Definition at line 49 of file mp3_header.h. References Mp3_Crc. |
|
Definition at line 48 of file mp3_header.h. References Mp3_Emphasis. |
|
Definition at line 53 of file mp3_header.h. |
|
Definition at line 52 of file mp3_header.h. |
|
Definition at line 51 of file mp3_header.h. |
|
Definition at line 40 of file mp3_header.h. |
|
Definition at line 43 of file mp3_header.h. References Mpeg_Layers. |
|
Definition at line 47 of file mp3_header.h. References Mp3_ModeExt. |
|
Definition at line 56 of file mp3_header.h. |
|
|
Definition at line 54 of file mp3_header.h. |
|
Definition at line 57 of file mp3_header.h. |
|
Definition at line 50 of file mp3_header.h. |
|
Definition at line 44 of file mp3_header.h. References Mpeg_Version. |