#include <stdlib.h>
#include <ctype.h>
#include <memory.h>
#include "tag_impl.h"
#include "utils.h"
#include "helpers.h"
#include "io_decorators.h"
#include "io_helpers.h"
#include "io_strings.h"
Go to the source code of this file.
Functions | |
uint32 | readIntegerString (ID3_Reader &reader, size_t numBytes) |
uint32 | readIntegerString (ID3_Reader &reader) |
bool | isTimeStamp (ID3_Reader &reader) |
uint32 | readTimeStamp (ID3_Reader &reader) |
bool | findText (ID3_Reader &reader, String text) |
void | lyrics3ToSylt (ID3_Reader &reader, ID3_Writer &writer) |
|
Definition at line 95 of file tag_parse_lyrics3.cpp. |
|
Definition at line 63 of file tag_parse_lyrics3.cpp. Referenced by lyrics3ToSylt().
|
|
Definition at line 129 of file tag_parse_lyrics3.cpp. |
|
Definition at line 58 of file tag_parse_lyrics3.cpp. Referenced by readTimeStamp().
|
|
Definition at line 47 of file tag_parse_lyrics3.cpp. |
|
Definition at line 84 of file tag_parse_lyrics3.cpp. Referenced by lyrics3ToSylt().
|