#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <memory.h>
#include "tag.h"
#include "utils.h"
#include "misc_support.h"
Functions | |
bool | ID3_IsTimeStamp (const char *begin, const char *end) |
luint | ID3_StripTimeStamps (char *buffer, luint size) |
luint | ID3_RenderTimeStamp (char *buffer, luint ms, bool lf) |
luint | ID3_Lyrics3ToSylt (char *buffer, luint size) |
size_t | ParseLyrics3 (ID3_Tag &tag, fstream &file) |
size_t | ParseLyrics3v2 (ID3_Tag &tag, fstream &file) |
|
|
|
|
|
|
|
|
|
|
|
|