#include "tag.h"
#include "uint28.h"
#include "utils.h"
#include <string.h>
Functions | |
int32 | ID3_IsTagHeader (const uchar data[ID3_TAGHEADERSIZE]) |
void | ID3_RemoveFromList (ID3_Elem *which, ID3_Elem **list) |
void | ID3_ClearList (ID3_Elem *list) |
ID3_Tag & | operator<< (ID3_Tag &tag, const ID3_Frame &frame) |
Copies. More... | |
ID3_Tag & | operator<< (ID3_Tag &tag, const ID3_Frame *frame) |
Attaches a pointer to a frame. More... | |
size_t | ID3_GetDataSize (const ID3_Tag &tag) |
|
|
|
|
|
|
|
|
|
Attaches a pointer to a frame.
|
|
Copies.
|