id3lib 3.8.3
|
#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 33 of file mp3_header.h.
|
inline |
Definition at line 36 of file mp3_header.h.
|
inline |
Definition at line 37 of file mp3_header.h.
|
inline |
Definition at line 45 of file mp3_header.h.
|
inline |
Definition at line 46 of file mp3_header.h.
void Mp3Info::Clean | ( | ) |
Definition at line 93 of file mp3_parse.cpp.
|
inline |
Definition at line 55 of file mp3_header.h.
|
inline |
Definition at line 49 of file mp3_header.h.
|
inline |
Definition at line 48 of file mp3_header.h.
|
inline |
Definition at line 53 of file mp3_header.h.
|
inline |
Definition at line 52 of file mp3_header.h.
|
inline |
Definition at line 51 of file mp3_header.h.
|
inline |
Definition at line 40 of file mp3_header.h.
|
inline |
Definition at line 43 of file mp3_header.h.
|
inline |
Definition at line 47 of file mp3_header.h.
|
inline |
Definition at line 56 of file mp3_header.h.
bool Mp3Info::Parse | ( | ID3_Reader & | reader, |
size_t | mp3size ) |
Definition at line 102 of file mp3_parse.cpp.
|
inline |
Definition at line 54 of file mp3_header.h.
|
inline |
Definition at line 57 of file mp3_header.h.
|
inline |
Definition at line 50 of file mp3_header.h.
|
inline |
Definition at line 44 of file mp3_header.h.